Item
TableStyleElementCollection indexer (1 of 2)
通过索引获取表格样式的一个元素。
public TableStyleElement this[int index] { get; }
范围 | 描述 |
---|---|
index | 指数。 |
返回值
也可以看看
- class TableStyleElement
- class TableStyleElementCollection
- 命名空间 Aspose.Cells.Tables
- 部件 Aspose.Cells
TableStyleElementCollection indexer (2 of 2)
获取表格样式的元素TableStyleElementType
public TableStyleElement this[TableStyleElementType type] { get; }
范围 | 描述 |
---|---|
type | 元素类型。 |
返回值
也可以看看
- class TableStyleElement
- enum TableStyleElementType
- class TableStyleElementCollection
- 命名空间 Aspose.Cells.Tables
- 部件 Aspose.Cells