Spread WPF 17
GrapeCity.Excel Namespace / SelectionRange Class / Row Property


In This Topic
    Row Property (SelectionRange)
    In This Topic
    Gets the zero-based index of the start row of the range.
    Syntax
    'Declaration
     
    Public Property Row As Integer
    'Usage
     
    Dim instance As SelectionRange
    Dim value As Integer
     
    instance.Row = value
     
    value = instance.Row
    public int Row {get; set;}

    Property Value

    The start row index.
    See Also