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


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;}

    Property Value

    Integer index of the first row in the cell or range reference
    Example
    This example creates a custom function.
    See Also