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

In This Topic
    BottomRightCell Property
    In This Topic
    Gets the bottom right cell.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property BottomRightCell As DataGridCell
    public DataGridCell BottomRightCell {get;}

    Property Value

    The bottom right cell.
    See Also