TopicReferences.SheetId Property

Sheet Id.Represents the attribte in schema: s

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

Syntax

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

value = instance.SheetId

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

Property Value

Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.

See Also

Reference

TopicReferences Class

TopicReferences Members

DocumentFormat.OpenXml.Spreadsheet Namespace