Item
WebExtensionPropertyCollection indexer (1 of 2)
通过索引获取web扩展的属性。
public WebExtensionProperty this[int index] { get; }
范围 | 描述 |
---|---|
index | 指数。 |
返回值
Web 扩展的属性。
也可以看看
- class WebExtensionProperty
- class WebExtensionPropertyCollection
- 命名空间 Aspose.Cells.WebExtensions
- 部件 Aspose.Cells
WebExtensionPropertyCollection indexer (2 of 2)
获取网络扩展的属性。
public WebExtensionProperty this[string name] { get; }
范围 | 描述 |
---|---|
name | 财产的名称。 |
返回值
Web 扩展的属性。