RevisionQueryTable.SheetId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sheet Id
Represents the following attribute in the schema: sheetId
[DocumentFormat.OpenXml.SchemaAttr(0, "sheetId")]
public DocumentFormat.OpenXml.UInt32Value SheetId { get; set; }
public DocumentFormat.OpenXml.UInt32Value SheetId { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "sheetId")]
public DocumentFormat.OpenXml.UInt32Value? SheetId { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("sheetId")]
public DocumentFormat.OpenXml.UInt32Value? SheetId { get; set; }
public DocumentFormat.OpenXml.UInt32Value? SheetId { get; set; }
member this.SheetId : DocumentFormat.OpenXml.UInt32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "sheetId")>]
member this.SheetId : DocumentFormat.OpenXml.UInt32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr("sheetId")>]
member this.SheetId : DocumentFormat.OpenXml.UInt32Value with get, set
Public Property SheetId As UInt32Value
Property Value
Returns UInt32Value.
- Attributes
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.