Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / BaseSheetDataModel Class / RowCount Property


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;}
    See Also