Sheet.SheetId Property

Sheet Tab Id.Represents the attribte in schema: sheetId

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

Syntax

'Declaración
<SchemaAttrAttribute(, "sheetId")> _
Public Property SheetId As UInt32Value
    Get
    Set
'Uso
Dim instance As Sheet
Dim value As UInt32Value

value = instance.SheetId

instance.SheetId = value
[SchemaAttrAttribute(, "sheetId")]
public UInt32Value SheetId { get; set; }

Property Value

Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.

See Also

Reference

Sheet Class

Sheet Members

DocumentFormat.OpenXml.Spreadsheet Namespace