FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace : SheetViewCollection Class |
The following tables list the members exposed by SheetViewCollection.
Name | Description | |
---|---|---|
Capacity | Gets or sets the number of elements that the System.Collections.CollectionBase can contain. (Inherited from System.Collections.CollectionBase) | |
Count | Gets or sets the number of sheets in a collection. | |
Item | Overloaded. Gets or sets the sheet at a specific position in the collection. |
Name | Description | |
---|---|---|
InnerList | Gets an System.Collections.ArrayList containing the list of elements in the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) | |
List | Gets an System.Collections.IList containing the list of elements in the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) |
Name | Description | |
---|---|---|
Add | Adds a sheet to the collection. | |
AddRange | Adds a range of sheets to the collection. | |
Clear | Removes all objects from the System.Collections.CollectionBase instance. This method cannot be overridden. (Inherited from System.Collections.CollectionBase) | |
Contains | Overloaded. Specifies whether a specified sheet is in the collection. | |
CopyTo | Copies the sheets in the collection to an array. | |
GetEnumerator | Returns an enumerator that iterates through the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) | |
GetSheetView | Gets the sheet with the specified name from the collection. | |
IndexOf | Gets the index of a specified sheet in the collection. | |
Insert | Inserts a specified sheet at a specified place in the collection. | |
Move | Moves the specified SheetView to a different index in the collection. | |
Remove | Removes a specified sheet from a collection. | |
RemoveAt | Removes the element at the specified index of the System.Collections.CollectionBase instance. This method is not overridable. (Inherited from System.Collections.CollectionBase) |
Name | Description | |
---|---|---|
OnClear | Overridden. Processes the OnClear event, which clears the collection. | |
OnClearComplete | Performs additional custom processes after clearing the contents of the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) | |
OnInsert | Performs additional custom processes before inserting a new element into the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) | |
OnInsertComplete | Overridden. Processes the OnInsertComplete event, which inserts a sheet in the collection. | |
OnRemove | Overridden. Processes the OnRemove event, which removes a sheet in the collection. | |
OnRemoveComplete | Overridden. Performs additional custom processes after removing an element from the SheetViewCollection instance. | |
OnSet | Overridden. Processes the OnSet event, which sets a new sheet in the collection. | |
OnSetComplete | Overridden. Processes the OnSetComplete event, which sets a new sheet in the collection. | |
OnValidate | Overridden. Processes the OnValidate event, which validates a sheet in the collection. |
SheetViewCollection Class
FarPoint.Web.Spread Namespace
SheetView Class