Spread Windows Forms 17
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / CellReference Structure / Row Property


In This Topic
    Row Property (CellReference)
    In This Topic
    Gets the index of the row.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Row As Integer
    'Usage
     
    
    Dim instance As CellReference
    Dim value As Integer
     
    value = instance.Row
    public int Row {get;}

    Property Value

    An integer represents the index of the row.
    See Also