TableLayoutStyleCollection
Wisej.Web.TableLayoutStyleCollection
Last updated
Was this helpful?
Wisej.Web.TableLayoutStyleCollection
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Implements the basic functionality for a collection of table layout styles.
: Gets the number of styles actually contained in the .
: 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.
style
Throws:
Removes the style at the specified index of the collection.
index
Adds a new to the end of the current collection.
The to add to the .
Returns: . The position into which the new element was inserted.
style is already assigned to another owner. You must first remove it from its current location or clone it.
Disassociates the collection from its associated and empties the collection.
The zero-based index of the to be removed.
A collection that stores objects.
A collection that stores objects.