Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / ISheetDataModel Interface / RowCount Property


In This Topic
    RowCount Property (ISheetDataModel)
    In This Topic
    Gets or sets the number of rows.
    Syntax
    'Declaration
     
    
    Property RowCount As Integer
    'Usage
     
    
    Dim instance As ISheetDataModel
    Dim value As Integer
     
    instance.RowCount = value
     
    value = instance.RowCount
    int RowCount {get; set;}
    See Also