Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Data Namespace / ISpreadDataViewMapper Interface / DataViewRowCount Property


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

    Property Value

    Number of rows
    See Also