Поделиться через


WorkbookProperties.CheckCompatibility Property

Check Compatibility On Save.Represents the attribte in schema: checkCompatibility

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

Syntax

'Декларация
<SchemaAttrAttribute(, "checkCompatibility")> _
Public Property CheckCompatibility As BooleanValue
    Get
    Set
'Применение
Dim instance As WorkbookProperties
Dim value As BooleanValue

value = instance.CheckCompatibility

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

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

WorkbookProperties Class

WorkbookProperties Members

DocumentFormat.OpenXml.Spreadsheet Namespace