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


In This Topic
    Row Property (CalcReference)
    In This Topic
    Gets the index of the first row in the cell or range reference.
    Syntax
    'Declaration
     
    
    Public MustOverride ReadOnly Property Row As Integer
    'Usage
     
    
    Dim instance As CalcReference
    Dim value As Integer
     
    value = instance.Row
    public abstract int Row {get;}
    See Also