Spread WPF 18
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