共用方式為


Dummy.Hidden Property

Definition

hidden

Represents the following attribute in the schema: hidden

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

Property Value

Attributes

Applies to