Workbook.CustomWorkbookViews Property
Custom Workbook Views.Represents the element tag in schema: x:customWorkbookViews
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property CustomWorkbookViews As CustomWorkbookViews
Get
Set
'Usage
Dim instance As Workbook
Dim value As CustomWorkbookViews
value = instance.CustomWorkbookViews
instance.CustomWorkbookViews = value
public CustomWorkbookViews CustomWorkbookViews { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookViews