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