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