Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / PaintSelectionHeader Property


In This Topic
PaintSelectionHeader Property
In This Topic
Gets or sets whether to allow the header selection to paint.
Syntax
'Declaration
 
Public Property PaintSelectionHeader As Boolean
 
'Usage
 
Dim instance As FpSpread
Dim value As Boolean
 
instance.PaintSelectionHeader = value
 
value = instance.PaintSelectionHeader
See Also