Поделиться через


RevisionQueryTable.SheetId Property

Sheet Id.Represents the attribte in schema: sheetId

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

Syntax

'Декларация
<SchemaAttrAttribute(, "sheetId")> _
Public Property SheetId As UInt32Value
    Get
    Set
'Применение
Dim instance As RevisionQueryTable
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.

Remarks

The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.

An integer representing the internal ID of the sheet on which the revision occurred.

The possible values for this attribute are defined by the XML Schema unsignedInt data type.

See Also

Reference

RevisionQueryTable Class

RevisionQueryTable Members

DocumentFormat.OpenXml.Spreadsheet Namespace