Item
TableStyleElementCollection indexer (1 of 2)
Obtiene un elemento del estilo de tabla por el index.
public TableStyleElement this[int index] { get; }
Parámetro | Descripción |
---|---|
index | El índice. |
Valor_devuelto
DevolucionesTableStyleElement
objeto
Ver también
- class TableStyleElement
- class TableStyleElementCollection
- espacio de nombres Aspose.Cells.Tables
- asamblea Aspose.Cells
TableStyleElementCollection indexer (2 of 2)
Obtiene el elemento del estilo de tabla por elTableStyleElementType
public TableStyleElement this[TableStyleElementType type] { get; }
Parámetro | Descripción |
---|---|
type | El tipo de elemento. |
Valor_devuelto
DevolucionesTableStyleElement
objeto
Ver también
- class TableStyleElement
- enum TableStyleElementType
- class TableStyleElementCollection
- espacio de nombres Aspose.Cells.Tables
- asamblea Aspose.Cells