Поделиться через


DialogSheet.SheetViews Property

Dialog 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 DialogSheet
Dim value As SheetViews

value = instance.SheetViews

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

Property Value

Type: DocumentFormat.OpenXml.Spreadsheet.SheetViews
Returns SheetViews.

See Also

Reference

DialogSheet Class

DialogSheet Members

DocumentFormat.OpenXml.Spreadsheet Namespace