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

Property Value

Number of rows in the data view
See Also