ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.5.2 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / HighLight Property

In This Topic
    HighLight Property (C1FlexPivotGrid)
    In This Topic
    Gets or sets when to highlight selected cells.
    Syntax
    'Declaration
     
    Public Property HighLight As HighLightEnum
    public HighLightEnum HighLight {get; set;}
    Remarks
    You can customize the appearance of highlighted cells by modifying the C1.Win.C1FlexGrid.CellStyleCollection.Highlight property.
    See Also