SheetView.View Property
View Type.Represents the attribte in schema: view
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "view")> _
Public Property View As EnumValue(Of SheetViewValues)
Get
Set
'Usage
Dim instance As SheetView
Dim value As EnumValue(Of SheetViewValues)
value = instance.View
instance.View = value
[SchemaAttrAttribute(, "view")]
public EnumValue<SheetViewValues> View { get; set; }
Property Value
Type: DocumentFormat.OpenXml.EnumValue<SheetViewValues>
Returns EnumValue<T>.