Undo.SheetId Property

Sheet Id.Represents the attribte in schema: sId

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

Syntax

'Declaration
<SchemaAttrAttribute(, "sId")> _
Public Property SheetId As UInt32Value
    Get
    Set
'Usage
Dim instance As Undo
Dim value As UInt32Value

value = instance.SheetId

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

Property Value

Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.

See Also

Reference

Undo Class

Undo Members

DocumentFormat.OpenXml.Spreadsheet Namespace