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

Gets the object which controls the display of the worksheet.

Syntax

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

Property Value

The object which controls the display of the worksheet.

Remarks

The display options include any settings which affect the display of the worksheet when viewed in Microsoft Excel. These settings will not affect the printed worksheet or the data stored in the worksheet.

See Also