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


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