TableLayoutRowStyleCollection

Wisej.Web.TableLayoutRowStyleCollection

Namespace: Wisej.Web

Assembly: Wisej.Framework (2.5.0.0)

A collection that stores RowStyle objects.

public class TableLayoutRowStyleCollection : TableLayoutStyleCollection

Properties

RowStyle: Returns or sets the RowStyle at the specified index.

Methods

Adds a new RowStyle to the TableLayoutRowStyleCollection.

Returns: Int32. The position into which the new element was inserted.

Determines whether the TableLayoutRowStyleCollection contains a specific style.

Returns: Boolean. true if the RowStyle is found in the TableLayoutRowStyleCollection; otherwise, false.

Determines the index of a specific item 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.

Removes the first occurrence of a specific object from the TableLayoutRowStyleCollection.

Last updated