Spread Windows Forms 17
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / IReferenceSource Interface / ColumnCount Property


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

    Property Value

    An integer value represents the number of columns in this IReferenceSource.
    See Also