Spread Windows Forms 12.0 Product Documentation
StripeSize Property (ITableStyleElement)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > ITableStyleElement Interface : StripeSize Property
Gets or sets the strip size of this table style element.
Syntax
'Declaration
 
Property StripeSize As Integer
'Usage
 
Dim instance As ITableStyleElement
Dim value As Integer
 
instance.StripeSize = value
 
value = instance.StripeSize
int StripeSize {get; set;}

Property Value

An integer value represents the strip size of this table style element.
See Also

Reference

ITableStyleElement Interface
ITableStyleElement Members