Wisej.Web.TableLayoutRowStyleCollection
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
A collection that stores RowStyle objects.
: Returns or sets the at the specified index.
Adds a new to the .
Returns: . The position into which the new element was inserted.
Determines whether the contains a specific style.
Returns: . true if the is found in the ; otherwise, false.
Determines the index of a specific item in the .
Returns: . The index of rowStyle if found in the ; otherwise, -1.
Inserts a into the at the specified position.
Removes the first occurrence of a specific object from the .
rowStyle
The RowStyle to add to the TableLayoutRowStyleCollection.
rowStyle
The RowStyle to locate in the TableLayoutRowStyleCollection.
rowStyle
The RowStyle to locate in the TableLayoutRowStyleCollection.
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.
rowStyle
The RowStyle to remove from the TableLayoutRowStyleCollection. The value can be null.
Public Class TableLayoutRowStyleCollection
Inherits TableLayoutStyleCollectionpublic class TableLayoutRowStyleCollection : TableLayoutStyleCollection