CustomWorkbookView.ActiveSheetId Property

Active Sheet in Book View.Represents the attribte in schema: activeSheetId

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

Syntax

'Declaration
<SchemaAttrAttribute(, "activeSheetId")> _
Public Property ActiveSheetId As UInt32Value
    Get
    Set
'Usage
Dim instance As CustomWorkbookView
Dim value As UInt32Value

value = instance.ActiveSheetId

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

Property Value

Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.

See Also

Reference

CustomWorkbookView Class

CustomWorkbookView Members

DocumentFormat.OpenXml.Spreadsheet Namespace