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


In This Topic
    Row Property (ExternalCellRange)
    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 ExternalCellRange
    Dim value As Integer
     
    instance.Row = value
     
    value = instance.Row
    public int Row {get; set;}

    Property Value

    The start row index.
    See Also