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


In This Topic
BandedColumns Property
In This Topic
Gets or sets whether to display the banded column style in the table.
Syntax
'Declaration
 
Public Property BandedColumns As Boolean
 
'Usage
 
Dim instance As TableView
Dim value As Boolean
 
instance.BandedColumns = value
 
value = instance.BandedColumns
See Also