ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridCellsRange Class / TopLeftCell Property

In This Topic
    TopLeftCell Property
    In This Topic
    Gets the top left cell.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property TopLeftCell As DataGridCell
    public DataGridCell TopLeftCell {get;}

    Property Value

    The top left cell.
    See Also