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