Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / AggregateArgs Class / RowCount Property
Example


In This Topic
    RowCount Property (AggregateArgs)
    In This Topic
    Gets the number of rows.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property RowCount As Integer
    'Usage
     
    
    Dim instance As AggregateArgs
    Dim value As Integer
     
    value = instance.RowCount
    public int RowCount {get;}
    Example
    This example returns the number of rows in the aggregate.
    See Also