All pages
Powered by GitBook
1 of 1

Loading...

TableLayoutRowStyleCollection

Wisej.Web.TableLayoutRowStyleCollection

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.0.0.0)

  • TableLayoutStyleCollection

    • TableLayoutRowStyleCollection

A collection that stores RowStyle objects.

Properties

Item(index)

: Returns or sets the at the specified index.

Methods

Add(rowStyle)

Adds a new to the .

Parameter
Type
Description

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

Contains(rowStyle)

Determines whether the contains a specific style.

Parameter
Type
Description

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

IndexOf(rowStyle)

Determines the index of a specific item in the .

Parameter
Type
Description

Returns: . The index of rowStyle if found in the ; otherwise, -1.

Insert(index, rowStyle)

Inserts a into the at the specified position.

Parameter
Type
Description

Remove(rowStyle)

Removes the first occurrence of a specific object from the .

Parameter
Type
Description

rowStyle

RowStyle

The RowStyle to add to the TableLayoutRowStyleCollection.

rowStyle

RowStyle

The RowStyle to locate in the TableLayoutRowStyleCollection.

rowStyle

RowStyle

The RowStyle to locate in the TableLayoutRowStyleCollection.

index

Int32

The zero-based index at which the RowStyle should be inserted.

rowStyle

RowStyle

The RowStyle to insert into the TableLayoutRowStyleCollection. The value can be null.

rowStyle

RowStyle

The RowStyle to remove from the TableLayoutRowStyleCollection. The value can be null.

Public Class TableLayoutRowStyleCollection
    Inherits TableLayoutStyleCollection
RowStyle
RowStyle
RowStyle
TableLayoutRowStyleCollection
Int32
TableLayoutRowStyleCollection
Boolean
RowStyle
TableLayoutRowStyleCollection
TableLayoutRowStyleCollection
Int32
TableLayoutRowStyleCollection
RowStyle
TableLayoutRowStyleCollection
TableLayoutRowStyleCollection
public class TableLayoutRowStyleCollection : TableLayoutStyleCollection