Item
TableStyleCollection indexer (1 of 2)
Obtiene el estilo de la tabla por el índice.
public TableStyle this[int index] { get; }
Parámetro | Descripción |
---|---|
index | La posición del estilo de tabla en la lista. |
Valor_devuelto
El objeto de estilo de tabla.
Ver también
- class TableStyle
- class TableStyleCollection
- espacio de nombres Aspose.Cells.Tables
- asamblea Aspose.Cells
TableStyleCollection indexer (2 of 2)
Obtiene el estilo de tabla por el nombre.
public TableStyle this[string name] { get; }
Parámetro | Descripción |
---|---|
name | El nombre del estilo de tabla. |
Valor_devuelto
El objeto de estilo de tabla.
Ver también
- class TableStyle
- class TableStyleCollection
- espacio de nombres Aspose.Cells.Tables
- asamblea Aspose.Cells