CustomChartsheetView.Guid Property

Definition

GUID

Represents the following attribute in the schema: guid

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

Property Value

Returns StringValue.

Attributes

Applies to