Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ISegmentMatrixData Interface / RowCount Property


In This Topic
    RowCount Property (ISegmentMatrixData)
    In This Topic
    Gets count row of data.
    Syntax
    'Declaration
     
    
    ReadOnly Property RowCount As Integer
    'Usage
     
    
    Dim instance As ISegmentMatrixData
    Dim value As Integer
     
    value = instance.RowCount
    int RowCount {get;}
    See Also