SheetView.View Property

Definition

View Type

Represents the following attribute in the schema: view

[DocumentFormat.OpenXml.SchemaAttr(0, "view")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.SheetViewValues> View { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.SheetViewValues> View { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "view")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.SheetViewValues>? View { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("view")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.SheetViewValues>? View { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.SheetViewValues>? View { get; set; }
member this.View : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.SheetViewValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "view")>]
member this.View : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.SheetViewValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("view")>]
member this.View : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.SheetViewValues> with get, set
Public Property View As EnumValue(Of SheetViewValues)

Property Value

Returns EnumValue<T>.

Attributes

Applies to