public class TableStyleElementCollection extends CollectionBase
| Modifier and Type | Method and Description |
|---|---|
int |
add(int type)
Adds an element.
|
TableStyleElement |
get(int index)
Gets an element of the table style by the index.
|
TableStyleElement |
getByTableStyleElementType(int type)
Gets the element of the table style by the element type.
|
TableStyleElement |
getTableStyleElementWithIndex(int index)
Deprecated.
Use Aspose.Cells.Tables.TableStyleElementCollection.this[int index] property instead.
|
TableStyleElement |
getTableStyleElementWithType(int type)
Deprecated.
Use Aspose.Cells.Tables.TableStyleElementCollection.this[TableStyleElementType type] property instead.
|
public TableStyleElement getTableStyleElementWithIndex(int index)
Remarks
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.public TableStyleElement get(int index)
get in class CollectionBaseindex - The index.TableStyleElement objectpublic TableStyleElement getTableStyleElementWithType(int type)
Remarks
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.public TableStyleElement getByTableStyleElementType(int type)
type - TableStyleElementType. The element type.TableStyleElement objectpublic int add(int type)
type - TableStyleElementType. The type of the elementSee Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.