Item
ListColumnCollection indexer (1 of 2)
通过索引获取ListColumn。
public ListColumn this[int index] { get; }
范围 | 描述 |
---|---|
index | 指数。 |
返回值
ListColumn 对象。
也可以看看
- class ListColumn
- class ListColumnCollection
- 命名空间 Aspose.Cells.Tables
- 部件 Aspose.Cells
ListColumnCollection indexer (2 of 2)
按名称获取 ListColumn。
public ListColumn this[string name] { get; }
范围 | 描述 |
---|---|
name | ListColumn 的名称 |
返回值
ListColumn 对象。
也可以看看
- class ListColumn
- class ListColumnCollection
- 命名空间 Aspose.Cells.Tables
- 部件 Aspose.Cells