Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / CellsEnumerator Class / RowStart Property


In This Topic
    RowStart Property (CellsEnumerator)
    In This Topic
    Gets the starting row to enumerate.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(-1)>
    Public ReadOnly Property RowStart As Integer
    'Usage
     
    Dim instance As CellsEnumerator
    Dim value As Integer
     
    value = instance.RowStart
    [DefaultValue(-1)]
    public int RowStart {get;}

    Property Value

    The starting row index.
    See Also