Item
TableStyleElementCollection indexer (1 of 2)
Получает элемент стиля таблицы по индексу.
public TableStyleElement this[int index] { get; }
Параметр | Описание |
---|---|
index | Индекс. |
Возвращаемое значение
ВозвращаетTableStyleElement
объект
Смотрите также
- class TableStyleElement
- class TableStyleElementCollection
- пространство имен Aspose.Cells.Tables
- сборка Aspose.Cells
TableStyleElementCollection indexer (2 of 2)
Получает элемент стиля таблицы поTableStyleElementType
public TableStyleElement this[TableStyleElementType type] { get; }
Параметр | Описание |
---|---|
type | Тип элемента. |
Возвращаемое значение
ВозвращаетTableStyleElement
объект
Смотрите также
- class TableStyleElement
- enum TableStyleElementType
- class TableStyleElementCollection
- пространство имен Aspose.Cells.Tables
- сборка Aspose.Cells