Spread ASP.NET 16
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / CalcReference Class / RowCount Property
Example


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

    Property Value

    Integer number of rows in the cell or range reference
    Example
    This example creates a custom function.
    See Also