CustomSheetView.PrintOptions Property

Print Options.Represents the element tag in schema: x:printOptions

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

Syntax

'Declaration
Public Property PrintOptions As PrintOptions
    Get
    Set
'Usage
Dim instance As CustomSheetView
Dim value As PrintOptions

value = instance.PrintOptions

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

Property Value

Type: DocumentFormat.OpenXml.Spreadsheet.PrintOptions
Returns PrintOptions.

See Also

Reference

CustomSheetView Class

CustomSheetView Members

DocumentFormat.OpenXml.Spreadsheet Namespace