Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / BaseSheetAxisModel Class / Count Property


In This Topic
    Count Property (BaseSheetAxisModel)
    In This Topic
    Gets the number of rows or columns.
    Syntax
    'Declaration
     
    
    Public MustOverride ReadOnly Property Count As Integer
    'Usage
     
    
    Dim instance As BaseSheetAxisModel
    Dim value As Integer
     
    value = instance.Count
    public abstract int Count {get;}
    See Also