CustomSheetView.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 CustomSheetView
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>.

See Also

Reference

CustomSheetView Class

CustomSheetView Members

DocumentFormat.OpenXml.Spreadsheet Namespace