XlCustomPropertyValue.BooleanValue Property
Returns a boolean value assigned to a custom document property.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.2.Core.dll
Declaration
Property Value
Type | Description |
---|---|
Boolean | A Boolean value that is the custom property value. |
Remarks
Use the BooleanValue property to obtain the boolean value contained in a custom document property. To check whether the custom property value is of the boolean type, use the XlCustomPropertyValue.Type property.
See Also