Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / FlexGrid Class / TopLeftCells Property


In This Topic
    TopLeftCells Property
    In This Topic
    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;}
    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