Block
|
The BlockPropertiesTableColumnCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| Count | Property that represents the count of elements that this collection currently stores. | |
| IsSynchronized | Property that indicates whether access to this collection is thread-safe. | |
| Item | Property that represents an item from the collection at the specified index. | |
| SyncRoot | Property that represents an object that can be used to synchronize access to this collection. |
| Name | Description | |
|---|---|---|
| AddAt | Adds the specified column to a table at the specified index. | |
| AddItem | Adds the specified column to the end of a table. | |
| Clear | Clears the entire table. | |
| ContainsColumn | Checks whether a table contains the specified column. | |
| CopyTo | Copies the entire collection to the array starting at the specified index. | |
| Equals | Determines whether the specified object is equal to the current
object. (Inherited from Object) |
|
| Finalize | Allows an object to try to free resources and perform other
cleanup operations before it is reclaimed by garbage
collection. (Inherited from Object) |
|
| GetEnumerator | Returns an enumerator that iterates through the collection. | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
|
| GetIndex | Returns the index of the specified column within this collection. | |
| GetType | Gets the Type of the current
instance. (Inherited from Object) |
|
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
|
| Move(BlockPropertiesTableColumn, Int32) | Moves this collection of table columns from the current index of the specified table column to a new index. | |
| Move(Int32, Int32) | Moves this collection of table columns to a new index. | |
| Remove(BlockPropertiesTableColumn) | Removes the specified table column. | |
| Remove(Int32) | Removes a table column from the specified index. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| © Bricsys NV. All rights reserved. |