Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Data Namespace / DefaultSpreadDataViewMapper Class / DataViewColumnCount Property


In This Topic
DataViewColumnCount Property (DefaultSpreadDataViewMapper)
In This Topic
Gets the number of columns in the data view.
Syntax
'Declaration
 
Public ReadOnly Property DataViewColumnCount As Integer
 
'Usage
 
Dim instance As DefaultSpreadDataViewMapper
Dim value As Integer
 
value = instance.DataViewColumnCount

Property Value

Number of columns in the data view
See Also