Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SpreadChartExtension Class / GetDataRowCount Method
The type.


In This Topic
    GetDataRowCount Method
    In This Topic
    Gets the group column number.
    Syntax
    'Declaration
     
    
    Public Function GetDataRowCount( _
       ByVal seriesType As Type _
    ) As Integer
    'Usage
     
    
    Dim instance As SpreadChartExtension
    Dim seriesType As Type
    Dim value As Integer
     
    value = instance.GetDataRowCount(seriesType)
    public int GetDataRowCount( 
       Type seriesType
    )

    Parameters

    seriesType
    The type.
    See Also