Version

Search Results

Item Property (CustomViewCollection)

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.

Remove Method (CustomViewCollection)

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.

RemoveAt Method (CustomViewCollection)

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.

CustomViewDisplayOptions Class

Class which exposes the worksheet display options which can only be controlled through the custom view. Syntax

CustomViewDisplayOptions Class Events

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

CustomViewDisplayOptions Class Members

Public Properties Public Methods Protected Methods Public Events

CustomViewDisplayOptions Class Methods

Public Methods Protected Methods

MagnificationInCurrentView Property

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...

ResetCore Method (CustomViewDisplayOptions)

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.