Spread ASP.NET 17
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / CellExpression Class / Row Property
Example


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;}

    Property Value

    Integer row index
    Example
    This example returns some of the properties for the expression.
    See Also