| C1.WPF.FlexGrid Namespace : SheetCollection Class |
The following tables list the members exposed by SheetCollection.
| Name | Description | |
|---|---|---|
![]() | Count | (Inherited from System.Collections.ObjectModel.Collection<Sheet>) |
![]() | Item | Retrieves a sheet by name. |
![]() | SelectedIndex | Gets or sets the index of the currently selected sheet in the collection. |
![]() | SelectedSheet | Gets or sets the currently selected sheet. |
| Name | Description | |
|---|---|---|
![]() | Add | (Inherited from System.Collections.ObjectModel.Collection<Sheet>) |
![]() | Clear | (Inherited from System.Collections.ObjectModel.Collection<Sheet>) |
![]() | Contains | Overloaded. Determines whether the collection contains a sheet with a given name. |
![]() | CopyTo | (Inherited from System.Collections.ObjectModel.Collection<Sheet>) |
![]() | DeleteSheet | Deletes the current sheet. |
![]() | GetEnumerator | (Inherited from System.Collections.ObjectModel.Collection<Sheet>) |
![]() | HideSheet | Hides the current sheet from view. |
![]() | IndexOf | Overloaded. Gets the index of the sheet with a given name. |
![]() | Insert | (Inherited from System.Collections.ObjectModel.Collection<Sheet>) |
![]() | InsertSheet | Inserts a new sheet at the currently selected position or appends it to the collection. |
![]() | Move | (Inherited from System.Collections.ObjectModel.ObservableCollection<Sheet>) |
![]() | Remove | (Inherited from System.Collections.ObjectModel.Collection<Sheet>) |
![]() | RemoveAt | (Inherited from System.Collections.ObjectModel.Collection<Sheet>) |
![]() | RenameSheet | Puts the current sheet in edit mode so the user can rename it. |
![]() | SelectFirst | Selects the first visible sheet. |
![]() | SelectLast | Selects the last visible sheet. |
![]() | SelectNext | Selects the next visible sheet. |
![]() | SelectPrev | Selects the previous visible sheet. |
![]() | UnhideSheets | Unhides all hidden sheets. |
| Name | Description | |
|---|---|---|
![]() | CollectionChanged | (Inherited from System.Collections.ObjectModel.ObservableCollection<Sheet>) |