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


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

    Property Value

    Integer number of rows
    Example
    See Also