Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TableStyle Class / SecondColumnStripSize Property


In This Topic
SecondColumnStripSize Property
In This Topic
Gets or sets the size for the second column strip.
Syntax
'Declaration
 
Public Property SecondColumnStripSize As Integer
 
'Usage
 
Dim instance As TableStyle
Dim value As Integer
 
instance.SecondColumnStripSize = value
 
value = instance.SecondColumnStripSize
See Also