Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetStyleModel Class / ColumnCount Property


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