WorkbookView.FirstSheet Property

First Sheet.Represents the attribte in schema: firstSheet

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

Syntax

'Declaration
<SchemaAttrAttribute(, "firstSheet")> _
Public Property FirstSheet As UInt32Value
    Get
    Set
'Usage
Dim instance As WorkbookView
Dim value As UInt32Value

value = instance.FirstSheet

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

Property Value

Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.

See Also

Reference

WorkbookView Class

WorkbookView Members

DocumentFormat.OpenXml.Spreadsheet Namespace