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
public bool PaintSelectionHeader {get; set;}
See Also