StripeSize Property (TableStyleElement)
Gets or sets the strip size of this table style element.
public int StripeSize {get; set;}
'Declaration
Public Property StripeSize As Integer
'Usage
Dim instance As TableStyleElement
Dim value As Integer
instance.StripeSize = value
value = instance.StripeSize
Property Value
An integer value represents the strip size of this table style element.