All pages
Powered by GitBook
1 of 1

Loading...

TableLayoutStyleCollection

Wisej.Web.TableLayoutStyleCollection

Namespace: Wisej.Web

Assembly: Wisej.Framework (2.5.0.0)

Implements the basic functionality for a collection of table layout styles.

public class TableLayoutStyleCollection : IList, ICollection, IEnumerable
Public Class TableLayoutStyleCollection
    Inherits IList
    Implements ICollection, IEnumerable

Properties

Count

: Gets the number of styles actually contained in the .

Item(index)

: Returns or sets at the specified index.

Throws:

  • The property value is already assigned to another owner. You must first remove it from its current location or clone it.

Methods

Add(style)

Adds a new to the end of the current collection.

Parameter
Type
Description

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

Throws:

  • style is already assigned to another owner. You must first remove it from its current location or clone it.

Clear()

Disassociates the collection from its associated and empties the collection.

RemoveAt(index)

Removes the style at the specified index of the collection.

Parameter
Type
Description

Inherited By

Name
Description

style

TableLayoutStyle

The TableLayoutStyle to add to the TableLayoutStyleCollection.

index

Int32

The zero-based index of the TableLayoutStyle to be removed.

TableLayoutColumnStyleCollection

A collection that stores ColumnStyle objects.

TableLayoutRowStyleCollection

A collection that stores RowStyle objects.

Int32
TableLayoutStyleCollection
TableLayoutStyle
TableLayoutStyle
ArgumentException
TableLayoutStyle
Int32
ArgumentException
TableLayoutPanel