geWriteCellView
geWriteCellView(d_cellview t_libName t_cellName t_viewName[t_version] [d_contextId] ) => t / nil
Description
Arguments
|
This argument is ignored in 4.4 and 5.0, but is left in for compatibility. |
|
Value Returned
Examples
Creates a copy of the cellview cell1 in mylib with the name mycell and the view layout.
geWriteCellView( cell1 "mylib" "mycell" "layout" )
Related Topics
Return to top