ComponentOne FlexGrid for UWP
TopLeftCells Property

C1.UWP.FlexGrid Assembly > C1.Xaml.FlexGrid Namespace > C1FlexGrid Class : TopLeftCells Property
Gets the GridPanel that contains the cells in the upper left corner of the grid.
Syntax
'Declaration
 
Public ReadOnly Property TopLeftCells As GridPanel
public GridPanel TopLeftCells {get;}
Remarks
This is the area above the row headers and to the left of the column headers. By default, it contains only one cell at the top left corner of the grid.
See Also

Reference

C1FlexGrid Class
C1FlexGrid Members