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


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

    Property Value

    Integer number of rows
    Example
    This example returns the number of non empty columns and rows.
    See Also