C1.Win.FlexGrid Namespace / Node Class / GetCellRange Method

In This Topic
GetCellRange Method (Node)
In This Topic
Returns a CellRange object containing this row and all its child rows.
Syntax
'Declaration
 
Public Function GetCellRange() As CellRange
 

Return Value

A CellRange object containing this row and all its child rows.
Remarks
The CellRange object returned includes all columns.
See Also