Spread Windows Forms 17
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / CellExpression Class / Row Property


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