Infragistics(R) NetAdvantage(R) WPF
PrintOptions Property
See Also  E-mail your feedback on this topic.
Infragistics.Documents.Excel Namespace > Worksheet Class : PrintOptions Property

Gets the object which controls how the worksheet prints.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property PrintOptions As PrintOptions
C# 
public PrintOptions PrintOptions {get;}

Property Value

The object which controls how the worksheet prints.

Remarks

The print options include any settings which affect the printed appearance of the worksheet. These settings will not affect the data in the worksheet. Although these are not display settings, some worksheet display styles will display all or some of the print options, so these settings may affect the display of the worksheet when viewed in Microsoft Excel.

See Also