Spread ASP.NET 17
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / CalcArray Class / RowCount Property
Example


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

    Property Value

    Integer number of rows
    Example
    This example returns the number of columns and rows in the array.
    See Also