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