Name | Description | |
---|---|---|
SpreadDataColumnCollection Constructor | Initializes a new instance of the SpreadDataColumnCollection class. |
The following tables list the members exposed by SpreadDataColumnCollection.
Name | Description | |
---|---|---|
SpreadDataColumnCollection Constructor | Initializes a new instance of the SpreadDataColumnCollection class. |
Name | Description | |
---|---|---|
Capacity | (Inherited from System.Collections.CollectionBase) | |
Count | (Inherited from System.Collections.CollectionBase) | |
Item | Overloaded. Gets the SpreadDataColumn at the specified index. |
Name | Description | |
---|---|---|
InnerList | (Inherited from System.Collections.CollectionBase) | |
List | (Inherited from System.Collections.CollectionBase) |
Name | Description | |
---|---|---|
Add | Adds the specified column. | |
Clear | (Inherited from System.Collections.CollectionBase) | |
Contains | Determines whether this collection contains the column with the specified name. | |
GetEnumerator | (Inherited from System.Collections.CollectionBase) | |
IndexOf | Overloaded. Gets the index of the specified column. | |
InsertAt | Inserts the column at specified index. | |
Remove | Overloaded. Removes the specified column. | |
RemoveAt | (Inherited from System.Collections.CollectionBase) |
Name | Description | |
---|---|---|
OnClear | (Inherited from System.Collections.CollectionBase) | |
OnClearComplete | Overridden. Performs additional custom processes after clearing the contents of the System.Collections.CollectionBase instance. | |
OnInsert | (Inherited from System.Collections.CollectionBase) | |
OnInsertComplete | Overridden. Performs additional custom processes after inserting a new element into the System.Collections.CollectionBase instance. | |
OnRemove | (Inherited from System.Collections.CollectionBase) | |
OnRemoveComplete | Overridden. Performs additional custom processes after removing an element from the System.Collections.CollectionBase instance. | |
OnSet | (Inherited from System.Collections.CollectionBase) | |
OnSetComplete | Overridden. Performs additional custom processes after setting a value in the System.Collections.CollectionBase instance. | |
OnValidate | (Inherited from System.Collections.CollectionBase) |