Search
IConditionalFormat.Style Property
See Also
 






Gets the style to apply to the cells if the condition is met.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

IStyle Style { get; }

Visual Basic  Copy Code

ReadOnly Property Style As IStyle

 Property Value

An IStyle object.

 See Also