RevisionComment.HiddenColumn Property

Definition

Hidden Column

Represents the following attribute in the schema: hiddenColumn

[DocumentFormat.OpenXml.SchemaAttr(0, "hiddenColumn")]
public DocumentFormat.OpenXml.BooleanValue HiddenColumn { get; set; }
public DocumentFormat.OpenXml.BooleanValue HiddenColumn { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "hiddenColumn")]
public DocumentFormat.OpenXml.BooleanValue? HiddenColumn { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("hiddenColumn")]
public DocumentFormat.OpenXml.BooleanValue? HiddenColumn { get; set; }
public DocumentFormat.OpenXml.BooleanValue? HiddenColumn { get; set; }
member this.HiddenColumn : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "hiddenColumn")>]
member this.HiddenColumn : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("hiddenColumn")>]
member this.HiddenColumn : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property HiddenColumn As BooleanValue

Property Value

Returns BooleanValue.

Attributes

Applies to