TableLayoutStyleCollection
Wisej.Web.TableLayoutStyleCollection
Last updated
Wisej.Web.TableLayoutStyleCollection
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.2.0.0)
Implements the basic functionality for a collection of table layout styles.
Int32: Gets the number of styles actually contained in the TableLayoutStyleCollection.
TableLayoutStyle: Returns or sets TableLayoutStyle at the specified index.
Throws:
ArgumentException The property value is already assigned to another owner. You must first remove it from its current location or clone it.
Adds a new TableLayoutStyle to the end of the current collection.
Parameter | Type | Description |
---|---|---|
style | The TableLayoutStyle to add to the TableLayoutStyleCollection. |
Returns: Int32. The position into which the new element was inserted.
Throws:
ArgumentException style is already assigned to another owner. You must first remove it from its current location or clone it.
Disassociates the collection from its associated TableLayoutPanel and empties the collection.
Removes the style at the specified index of the collection.
Parameter | Type | Description |
---|---|---|
index | The zero-based index of the TableLayoutStyle to be removed. |
Name | Description |
---|---|
A collection that stores ColumnStyle objects. | |
A collection that stores RowStyle objects. |