[]
Represents a SpreadDataColumn collection.
public class SpreadDataColumnCollection : CollectionBase, IList, ICollection, IEnumerable
Public Class SpreadDataColumnCollection
Inherits CollectionBase
Implements IList, ICollection, IEnumerable
Name | Description |
---|---|
SpreadDataColumnCollection() |
Name | Description |
---|---|
this[int] | Gets the SpreadDataColumn at the specified index. |
this[string] | Gets the SpreadDataColumn with the specified name. |
Name | Description |
---|---|
Add(SpreadDataColumn) | Adds the specified column. |
Contains(string) | Determines whether this collection contains the column with the specified name. |
IndexOf(SpreadDataColumn) | Gets the index of the specified column. |
IndexOf(string) | Gets the index of the column with specified name |
InsertAt(int, SpreadDataColumn) | Inserts the column at specified index. |
OnClearComplete() | Performs additional custom processes after clearing the contents of the CollectionBase instance. |
OnInsertComplete(int, object) | Performs additional custom processes after inserting a new element into the CollectionBase instance. |
OnRemoveComplete(int, object) | Performs additional custom processes after removing an element from the CollectionBase instance. |
OnSetComplete(int, object, object) | Performs additional custom processes after setting a value in the CollectionBase instance. |
Remove(SpreadDataColumn) | Removes the specified column. |
Remove(string) | Removes the column with specified name. |