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

In This Topic
    TopLeftCell Property (DataGridCellsRange)
    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