MetadataType.GhostColumn Property

Metadata Ghost Column.Represents the attribte in schema: ghostCol

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

Syntax

'Declaration
<SchemaAttrAttribute(, "ghostCol")> _
Public Property GhostColumn As BooleanValue
    Get
    Set
'Usage
Dim instance As MetadataType
Dim value As BooleanValue

value = instance.GhostColumn

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

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

MetadataType Class

MetadataType Members

DocumentFormat.OpenXml.Spreadsheet Namespace