Item
NameCollection indexer (1 of 2)
获取Name
指定索引处的元素。
public Name this[int index] { get; }
范围 | 描述 |
---|---|
index | 元素的从零开始的索引。 |
返回值
指定索引处的元素。
也可以看看
- class Name
- class NameCollection
- 命名空间 Aspose.Cells
- 部件 Aspose.Cells
NameCollection indexer (2 of 2)
获取Name
具有指定名称的元素。
public Name this[string text] { get; }
范围 | 描述 |
---|---|
text | 名称文本。 |
返回值
具有指定名称的元素。
也可以看看
- class Name
- class NameCollection
- 命名空间 Aspose.Cells
- 部件 Aspose.Cells