TableStyleElementCollection
TableStyleElementCollection class
Represents all elements of the table style.
Properties
| Name | Type | Description |
|---|---|---|
| Count | int | |
| Item (int) | TableStyleElement | Gets an element of the table style by the index. |
| Item ByTableStyleElementType(int) | TableStyleElement | Gets the element of the table style by the element type. |
Methods
| Name | Description |
|---|---|
| getTableStyleElementWithIndex | Gets an element of the table style by the index. |
NOTE: This member is now obsolete. Instead, please use Aspose.Cells.Ta | | getTableStyleElementWithType | Gets the element of the table style by the element type.
NOTE: This member is now obsolete. Instead, please use Aspose. | | add | Adds an element. | | clear | | | removeAt | | | iterator | | | get | Reserved for internal use. | | contains | Reserved for internal use. | | indexOf | Reserved for internal use. |
TableStyleElementCollection.Count property
Type: int
TableStyleElementCollection.Item (int) property
Gets an element of the table style by the index.
Type: TableStyleElement
TableStyleElementCollection.Item ByTableStyleElementType(int) property
Gets the element of the table style by the element type.
Type: TableStyleElement
getTableStyleElementWithIndex(index)
Gets an element of the table style by the index.
NOTE: This member is now obsolete. Instead, please use Aspose.Cells.Tables.TableStyleElementCollection.this[int index] property. This property will be removed 12 months later since JANUARY 2012. Aspose apologizes for any inconvenience you may have experienced.
getTableStyleElementWithType(type)
Gets the element of the table style by the element type.
NOTE: This member is now obsolete. Instead, please use Aspose.Cells.Tables.TableStyleElementCollection.this[TableStyleElementType type] property. This property will be removed 12 months later since JANUARY 2012. Aspose apologizes for any inconvenience you may have experienced.
add(type) (1 of 2)
Adds an element.
| Parameter | Type | Description |
|---|---|---|
| type | int | A TableStyleElementType value. The type of the element |
Returns: Returns the index of the element in the list.
add(value) (2 of 2)
Reserved for internal use.
clear()
removeAt(index)
iterator()
get(index)
Reserved for internal use.
contains(value)
Reserved for internal use.
indexOf(value)
Reserved for internal use.