Spread Windows Forms 12.0 Product Documentation
PaintSelectionHeader Property
Example 


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FpSpread Class : PaintSelectionHeader Property
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
public bool PaintSelectionHeader {get; set;}
Example
This example sets the PaintSelectionHeader property.
fpSpread1.PaintSelectionHeader = false;
fpSpread1.PaintSelectionHeader = False
See Also

Reference

FpSpread Class
FpSpread Members