Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IAlternatingStyles Interface / Enabled Property


In This Topic
Enabled Property (IAlternatingStyles)
In This Topic
Gets or sets a boolean value indicating whether the alternating styles is enabled.
Syntax
'Declaration
 
Property Enabled As Boolean
 
'Usage
 
Dim instance As IAlternatingStyles
Dim value As Boolean
 
instance.Enabled = value
 
value = instance.Enabled
See Also