Headers.Shared Property

Definition

Shared Workbook

Represents the following attribute in the schema: shared

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

Property Value

Returns BooleanValue.

Attributes

Applies to