MindFusion.Wpf Pack Programmer's Guide
WorksheetCollection Members
Properties Methods Events
 


Represents a specialized collection of Worksheet objects.

The following tables list the members exposed by the WorksheetCollection type.

 Public Properties

  Name Description

Count

Gets the number of items in the collection. (Inherited from UndoableCollection.)

IsSynchronized

Gets a value indicating whether access to the collection is synchronized (thread safe). (Inherited from UndoableCollection.)

Item

Gets the item at the specified index. (Inherited from UndoableCollection.)

Item

Gets the item with the specified name. If there is no item with the specified name, the indexer has no effect. (Inherited from NamedCollection.)

SyncRoot

Gets an object that can be used to synchronize access to the collection. (Inherited from UndoableCollection.)

 Protected Properties

  Name Description

Workbook

Gets a reference to the parent Workbook object. (Inherited from UndoableCollection.)

 Public Methods

  Name Description

Add

Overloaded. Creates and adds a new Worksheet object to the collection.

Clear

Clears all elements from the collection. If the collection is empty, the method has no effect.

Contains

Determines whether an element with the specified name is in the collection. (Inherited from NamedCollection.)

Contains

Determines whether an element is in the collection. (Inherited from UndoableCollection.)

CopyTo

Copies the elements of this collection to the specified array starting at the specified index within the array. (Inherited from UndoableCollection.)

GetEnumerator

IEnumerator.GetEnumerator implementation. (Inherited from UndoableCollection.)

IndexOf

Searches for the specified item and returns the zero-based index of the first occurrence within the entire collection. (Inherited from UndoableCollection.)

Insert

Overloaded. Creates and adds a new Worksheet object to the collection.

Move

Moves the specified Worksheet object from its current position to the specified index. If the worksheet is not part of the collection, the method has no effect.

Remove

Overloaded. Removes a Worksheet object from the collection.

RemoveAt

Removes the Worksheet object at the specified index.

 Protected Methods

  Name Description

OnCollectionChanged

UndoableCollection.OnCollectionChanged override. (Inherited from NamedCollection.)

TrackAdd

Adds the specified item to the collection. If undo is enabled, the item is added through a command. Otherwise, the item is added directly. (Inherited from UndoableCollection.)

TrackClear

Clears the collection. If undo is enabled, the collection is cleared through a command. Otherwise, the collection is cleared directly. (Inherited from UndoableCollection.)

TrackMove

Moves the specified item to another position. If undo is enabled, the item is moved through a command. Otherwise, the item is moved directly. (Inherited from UndoableCollection.)

TrackRemove

Removes the specified item to the collection. If undo is enabled, the item is removed through a command. Otherwise, the item is removed directly. (Inherited from UndoableCollection.)

TrackReplace

Removes the specified item in the collection. If undo is enabled, the item is replaced through a command. Otherwise, the item is replaced directly. (Inherited from UndoableCollection.)

 Public Events

  Name Description

CollectionChanged

Raised when the collection is changed. (Inherited from UndoableCollection.)

 See Also

WorksheetCollection Class
MindFusion.Spreadsheet.Wpf Namespace