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


In This Topic
    ColumnCount Property (CellInfoRange)
    In This Topic
    Gets the number of columns in the two-dimensional collection of cell information objects.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ColumnCount As Integer
    'Usage
     
    
    Dim instance As CellInfoRange
    Dim value As Integer
     
    value = instance.ColumnCount
    public int ColumnCount {get;}
    See Also