Freigeben über


ConditionalFormatValueObject.GreaterThanOrEqual Property

Greater Than Or Equal.Represents the attribte in schema: gte

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "gte")> _
Public Property GreaterThanOrEqual As BooleanValue
    Get
    Set
'Usage
Dim instance As ConditionalFormatValueObject
Dim value As BooleanValue

value = instance.GreaterThanOrEqual

instance.GreaterThanOrEqual = value
[SchemaAttrAttribute(, "gte")]
public BooleanValue GreaterThanOrEqual { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

ConditionalFormatValueObject Class

ConditionalFormatValueObject Members

DocumentFormat.OpenXml.Spreadsheet Namespace