Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetStyleModel Class / RowCount Property


In This Topic
    RowCount Property (DefaultSheetStyleModel)
    In This Topic
    Gets the number of rows in the style model.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property RowCount As Integer
    'Usage
     
    
    Dim instance As DefaultSheetStyleModel
    Dim value As Integer
     
    value = instance.RowCount
    public virtual int RowCount {get;}
    See Also