Spread Windows Forms 15.0
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / IValuesArray Interface / ColumnCount Property


In This Topic
    ColumnCount Property (IValuesArray)
    In This Topic
    Gets the column count of this IValuesArray.
    Syntax
    'Declaration
     
    
    ReadOnly Property ColumnCount As Integer
    'Usage
     
    
    Dim instance As IValuesArray
    Dim value As Integer
     
    value = instance.ColumnCount
    int ColumnCount {get;}

    Property Value

    An integer value represents the column count of this IValuesArray.
    See Also