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


DialogSheet.CustomSheetViews Property

Custom Sheet Views.Represents the element tag in schema: x:customSheetViews

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property CustomSheetViews As CustomSheetViews
    Get
    Set
'Usage
Dim instance As DialogSheet
Dim value As CustomSheetViews

value = instance.CustomSheetViews

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

Property Value

Type: DocumentFormat.OpenXml.Spreadsheet.CustomSheetViews
Returns CustomSheetViews.

See Also

Reference

DialogSheet Class

DialogSheet Members

DocumentFormat.OpenXml.Spreadsheet Namespace