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