RevisionCustomView.Guid Property
GUID.Represents the attribte in schema: guid
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaración
<SchemaAttrAttribute(, "guid")> _
Public Property Guid As StringValue
Get
Set
'Uso
Dim instance As RevisionCustomView
Dim value As StringValue
value = instance.Guid
instance.Guid = value
[SchemaAttrAttribute(, "guid")]
public StringValue Guid { get; set; }
Property Value
Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.
Remarks
The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.
A globally unique identifier of the custom view.
The possible values for this attribute are defined by the ST_Guid simple type.