Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / Row Property


In This Topic
    Row Property (IRange)
    In This Topic
    Gets the zero based row number of the first row of this IRange.
    Syntax
    'Declaration
     
    
    ReadOnly Property Row As Integer
    'Usage
     
    
    Dim instance As IRange
    Dim value As Integer
     
    value = instance.Row
    int Row {get;}

    Property Value

    An integer that specifies the zero based row number of the first row.
    Remarks
    If this IRange contains multiple areas, the first row number of the first area is returned.
    See Also