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


In This Topic
    Row Property (CalcArray)
    In This Topic
    Gets the first row index
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property Row As Integer
    'Usage
     
    
    Dim instance As CalcArray
    Dim value As Integer
     
    value = instance.Row
    public virtual int Row {get;}
    See Also