ConditionalFormattingValueObject.GreaterThanOrEqual Property
gte.Represents the attribte in schema: gte
Namespace: DocumentFormat.OpenXml.Office2010.Excel
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
声明
<SchemaAttrAttribute(, "gte")> _
Public Property GreaterThanOrEqual As BooleanValue
Get
Set
用法
Dim instance As ConditionalFormattingValueObject
Dim value As BooleanValue
value = instance.GreaterThanOrEqual
instance.GreaterThanOrEqual = value
[SchemaAttrAttribute(, "gte")]
public BooleanValue GreaterThanOrEqual { get; set; }
Property Value
Type: DocumentFormat.OpenXml.BooleanValue
See Also
Reference
ConditionalFormattingValueObject Class