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


In This Topic
    RowCount Property (GroupDataModel)
    In This Topic
    Gets the number of rows in the group.
    Syntax
    'Declaration
     
    
    Public Overrides Property RowCount As Integer
    'Usage
     
    
    Dim instance As GroupDataModel
    Dim value As Integer
     
    instance.RowCount = value
     
    value = instance.RowCount
    public override int RowCount {get; set;}

    Property Value

    Integer number of rows
    Example
    This example returns the row count for the group.
    See Also