Item
TableStyleCollection indexer (1 of 2)
通过索引获取表格样式。
public TableStyle this[int index] { get; }
范围 | 描述 |
---|---|
index | 表格样式在列表中的位置。 |
返回值
表格样式对象。
也可以看看
- class TableStyle
- class TableStyleCollection
- 命名空间 Aspose.Cells.Tables
- 部件 Aspose.Cells
TableStyleCollection indexer (2 of 2)
通过名称获取表格样式。
public TableStyle this[string name] { get; }
范围 | 描述 |
---|---|
name | 表格样式名称。 |
返回值
表格样式对象。
也可以看看
- class TableStyle
- class TableStyleCollection
- 命名空间 Aspose.Cells.Tables
- 部件 Aspose.Cells