[]
        
(Showing Draft Content)

FarPoint.Win.Spread.PrePaintTextConditionalFormattingRule.ShowConditionalFormatOnly

ShowConditionalFormatOnly Property

ShowConditionalFormatOnly

Gets or sets whether the cell text should not be painted.

Declaration
public bool ShowConditionalFormatOnly { get; set; }
Public Property ShowConditionalFormatOnly As Boolean
Property Value
Type Description
bool

true if the cell text should not be painted; otherwise, false.

Implements