Item
DocumentPropertyCollection indexer (1 of 2)
返回一个DocumentProperty
按属性名称的对象。
public virtual DocumentProperty this[string name] { get; }
范围 | 描述 |
---|---|
name | 要检索的属性的不区分大小写的名称。 |
评论
如果未找到具有指定名称的属性,则返回 null。
也可以看看
- class DocumentProperty
- class DocumentPropertyCollection
- 命名空间 Aspose.Cells.Properties
- 部件 Aspose.Cells
DocumentPropertyCollection indexer (2 of 2)
返回一个DocumentProperty
按索引的对象.
public DocumentProperty this[int index] { get; }
范围 | 描述 |
---|---|
index | 的从零开始的索引DocumentProperty 检索。 |
也可以看看
- class DocumentProperty
- class DocumentPropertyCollection
- 命名空间 Aspose.Cells.Properties
- 部件 Aspose.Cells