Spread WPF 17
GrapeCity.CalcEngine Namespace / ICalcSource Interface / GetColumnCount Method


In This Topic
    GetColumnCount Method (ICalcSource)
    In This Topic
    Gets the column count of current source.
    Syntax
    'Declaration
     
    Function GetColumnCount() As Integer
    'Usage
     
    Dim instance As ICalcSource
    Dim value As Integer
     
    value = instance.GetColumnCount()
    int GetColumnCount()

    Return Value

    The row count of current source.
    See Also