Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI.UndoRedo Namespace / RowResizeExtent Class / LastRow Property


In This Topic
    LastRow Property
    In This Topic
    Gets the index of the last row in the contiguous selection.
    Syntax
    'Declaration
     
    Public ReadOnly Property LastRow As Integer
    'Usage
     
    Dim instance As RowResizeExtent
    Dim value As Integer
     
    value = instance.LastRow
    public int LastRow {get;}
    See Also