Share via


Macrosheet.SheetViews Property

Macro Sheet Views.Represents the element tag in schema: x:sheetViews

Namespace:  DocumentFormat.OpenXml.Office.Excel
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property SheetViews As SheetViews
    Get
    Set
'Usage
Dim instance As Macrosheet
Dim value As SheetViews

value = instance.SheetViews

instance.SheetViews = value
public SheetViews SheetViews { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Spreadsheet.SheetViews

See Also

Reference

Macrosheet Class

Macrosheet Members

DocumentFormat.OpenXml.Office.Excel Namespace