ConditionalFormattingRule.StopIfTrue Property
Stop If True.Represents the attribte in schema: stopIfTrue
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "stopIfTrue")> _
Public Property StopIfTrue As BooleanValue
Get
Set
'Usage
Dim instance As ConditionalFormattingRule
Dim value As BooleanValue
value = instance.StopIfTrue
instance.StopIfTrue = value
[SchemaAttrAttribute(, "stopIfTrue")]
public BooleanValue StopIfTrue { get; set; }
Property Value
Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.
See Also
Reference
ConditionalFormattingRule Class