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


In This Topic
    Row Property (ReferenceExpression)
    In This Topic
    Gets the starting row coordinate of the reference.
    Syntax
    'Declaration
     
    
    Public MustOverride ReadOnly Property Row As Integer
    'Usage
     
    
    Dim instance As ReferenceExpression
    Dim value As Integer
     
    value = instance.Row
    public abstract int Row {get;}

    Property Value

    Integer row index
    See Also