TableLayoutColumnStyleCollection
Wisej.Web.TableLayoutColumnStyleCollection
Last updated
Wisej.Web.TableLayoutColumnStyleCollection
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.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.
colStyle
Returns: Int32. The position into which the new element was inserted.
Determines whether the TableLayoutColumnStyleCollection contains a specific style.
colStyle
Returns: Boolean. true if the ColumnStyle is found in the TableLayoutColumnStyleCollection; otherwise, false.
Determines the index of a specific item in the TableLayoutColumnStyleCollection.
colStyle
Returns: Int32. The index of colStyle if found in the TableLayoutColumnStyleCollection; otherwise, -1.
Inserts a ColumnStyle into the TableLayoutColumnStyleCollection at the specified position.
index
colStyle
Removes the first occurrence of a specific object from the TableLayoutColumnStyleCollection.
colStyle
The to add to the .
The to locate in the .
The to locate in the .
The zero-based index at which the should be inserted.
The to insert into the . The value can be null.
The to remove from the . The value can be null.