Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TableView Class / BandedRows Property


In This Topic
BandedRows Property
In This Topic
Gets or sets whether the banded row style is displayed in the table.
Syntax
'Declaration
 
Public Property BandedRows As Boolean
 
'Usage
 
Dim instance As TableView
Dim value As Boolean
 
instance.BandedRows = value
 
value = instance.BandedRows
See Also