Gets the custom view at the specified index. Overload List Exceptions Exception Description System.ArgumentOutOfRangeException index is less than zero or index is greater than or equal to Count.
Removes the specified custom view from the collection. Syntax Parameters customView The custom view to remove from the collection. Return Value True if the custom view was successfully removed; False if the custom view was not in the collection.
Removes the custom view at the specified index from the collection. Syntax Parameters index The zero-based index of the custom view in the collection. Exceptions Exception Description System.ArgumentOutOfRangeException index is less than zero or index is greater than or equal to Count.
Class which exposes the worksheet display options which can only be controlled through the custom view. Syntax
For a list of all members of this type, see CustomViewDisplayOptions members. Public Events Name Description PropertyChanged Occurs after a property value has changed (Inherited from Infragistics.Documents.Excel.DisplayOptions) Top
Public Properties Public Methods Protected Methods Public Events
Public Methods Protected Methods
Public Properties
Gets or sets the magnification level of the worksheet in the current DisplayOptions.View. Syntax Property Value The magnification level of the worksheet in the current View. Exceptions Exception Description System.ArgumentOutOfRangeException The assigned value is outside the valid range of magnification levels for...
Resets the display options to their default settings. Syntax Remarks The defaults used for each setting are the same defaults with which Microsoft Excel creates a blank worksheet.