Gets the
GridPanel that contains the cells in the upper left corner of the grid.
Syntax
'Declaration
Public ReadOnly Property TopLeftCells As GridPanel
'Usage
Dim instance As FlexGrid
Dim value As GridPanel
value = instance.TopLeftCells
public GridPanel TopLeftCells {get;}
See Also