geGetStoredSelectionSets
geGetStoredSelectionSets([d_cellviewId]) =>t_nameList/ nil
Description
Returns the list of names for the stored selection sets in the given cellview.
Arguments
|
Optional argument. Database ID of the cellview that is queried for the stored selection sets. If not specified, the cellview of the edit cellview of the current window is used. |
Value Returned
Examples
Returns the list of names for the stored selection sets in the cv cellview.
geGetStoredSelectionSets(cv)
Related Topics
Return to top