Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / IMatrixData Interface / ColumnCount Property


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