Block
 | 
The BlockPropertiesTableRowCollection 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 a row after the specified index. | |
| AddItem | Adds the specified column to the end of a table. | |
| Clear | Clears the entire table. | |
| 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 row 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(BlockPropertiesTableRow, Int32) | Moves this collection of table rows from the current index of the specified table row to a new index. | |
| Move(Int32, Int32) | Moves this collection of table rows to a new index. | |
| Remove(BlockPropertiesTableRow) | Removes the specified table row. | |
| Remove(Int32) | Removes a table row from the specified index. | |
| Sort | Sorts the rows from the specified column in ascending or descending order. | |
| ToString | Returns a string that represents the current object. (Inherited from Object)  | 
| © Bricsys NV. All rights reserved. |