Spread Windows Forms 12.0 Product Documentation
ShowTableStyleRowStripes Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > ITable Interface : ShowTableStyleRowStripes Property
Gets or sets a value indicating whether the Row Stripes table style is used for the specified table object.
Syntax
'Declaration
 
Property ShowTableStyleRowStripes As Boolean
'Usage
 
Dim instance As ITable
Dim value As Boolean
 
instance.ShowTableStyleRowStripes = value
 
value = instance.ShowTableStyleRowStripes
bool ShowTableStyleRowStripes {get; set;}

Property Value

true if the Row Stripes table style is used for the specified table object; otherwise, false.
See Also

Reference

ITable Interface
ITable Members