Schema.Id Property

Schema ID.Represents the attribte in schema: ID

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "ID")> _
Public Property Id As StringValue
    Get
    Set
'Usage
Dim instance As Schema
Dim value As StringValue

value = instance.Id

instance.Id = value
[SchemaAttrAttribute(, "ID")]
public StringValue Id { get; set; }

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

Schema Class

Schema Members

DocumentFormat.OpenXml.Spreadsheet Namespace