Spread Windows Forms 12.0 Product Documentation
StripeSize Property (TableStyleElement)


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

Property Value

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

Reference

TableStyleElement Structure
TableStyleElement Members