PageViewGroupTableFindIndex Method |
Finds a page view group given its index.
Namespace:
Rhino.DocObjects.Tables
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntaxpublic PageViewGroup FindIndex(
int index
)
Public Function FindIndex (
index As Integer
) As PageViewGroup
Parameters
- index
- Type: SystemInt32
Zero-based page view group index.
Return Value
Type:
PageViewGroupAn page view group, or null if not found or on error.
See Also