TableLayoutColumnStyleCollection
Wisej.Web.TableLayoutColumnStyleCollection
Last updated
Wisej.Web.TableLayoutColumnStyleCollection
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.2.0.0)
A collection that stores ColumnStyle objects.
ColumnStyle: Returns or sets the ColumnStyle at the specified index.
Adds a new ColumnStyle to the TableLayoutColumnStyleCollection.
Parameter | Type | Description |
---|---|---|
colStyle | The ColumnStyle to add to the TableLayoutColumnStyleCollection. |
Returns: Int32. The position into which the new element was inserted.
Determines whether the TableLayoutColumnStyleCollection contains a specific style.
Parameter | Type | Description |
---|---|---|
colStyle | The ColumnStyle to locate in the TableLayoutColumnStyleCollection. |
Returns: Boolean. true if the ColumnStyle is found in the TableLayoutColumnStyleCollection; otherwise, false.
Determines the index of a specific item in the TableLayoutColumnStyleCollection.
Parameter | Type | Description |
---|---|---|
colStyle | The ColumnStyle to locate in the TableLayoutColumnStyleCollection. |
Returns: Int32. The index of colStyle if found in the TableLayoutColumnStyleCollection; otherwise, -1.
Inserts a ColumnStyle into the TableLayoutColumnStyleCollection at the specified position.
Parameter | Type | Description |
---|---|---|
index | The zero-based index at which the ColumnStyle should be inserted. | |
colStyle | The ColumnStyle to insert into the TableLayoutColumnStyleCollection. The value can be null. |
Removes the first occurrence of a specific object from the TableLayoutColumnStyleCollection.
Parameter | Type | Description |
---|---|---|
colStyle | The ColumnStyle to remove from the TableLayoutColumnStyleCollection. The value can be null. |