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


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