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


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