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