Freigeben über


Header.MaxSheetId-Eigenschaft

Last Sheet Id.Represents the attribte in schema: maxSheetId

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

Syntax

'Declaration
<SchemaAttrAttribute(, "maxSheetId")> _
Public Property MaxSheetId As UInt32Value
    Get
    Set
'Usage
Dim instance As Header
Dim value As UInt32Value

value = instance.MaxSheetId

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

Eigenschaftswert

Typ: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.

Siehe auch

Referenz

Header Klasse

Header-Member

DocumentFormat.OpenXml.Spreadsheet-Namespace