Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Data Namespace / DefaultSpreadDataViewMapper Class / DataViewRowCount Property


In This Topic
    DataViewRowCount Property (DefaultSpreadDataViewMapper)
    In This Topic
    Gets the number of rows in the data view.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DataViewRowCount As Integer
    'Usage
     
    
    Dim instance As DefaultSpreadDataViewMapper
    Dim value As Integer
     
    value = instance.DataViewRowCount
    public int DataViewRowCount {get;}

    Property Value

    Number of rows in the data view
    See Also