ComponentOne FlexGrid for WinForms
GetCellRange Method (Node)

C1.Win.C1FlexGrid Namespace > Node Class : GetCellRange Method
Returns a CellRange object containing this row and all its child rows.
Syntax
'Declaration
 
Public Function GetCellRange() As CellRange
public CellRange GetCellRange()

Return Value

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

Reference

Node Class
Node Members