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


In This Topic
    ColumnCount Property (CellRange)
    In This Topic
    Gets the number of columns in the range.
    Syntax
    'Declaration
     
    
    Public Property ColumnCount As Integer
    'Usage
     
    
    Dim instance As CellRange
    Dim value As Integer
     
    instance.ColumnCount = value
     
    value = instance.ColumnCount
    public int ColumnCount {get; set;}
    See Also