Spread Windows Forms 15.0
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / ExternalReferenceExpression Class / Row Property


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