Item
CustomPropertyCollection indexer (1 of 2)
通过特定索引获取自定义属性。
public CustomProperty this[int index] { get; }
范围 | 描述 |
---|---|
index | 指数。 |
返回值
自定义属性
也可以看看
- class CustomProperty
- class CustomPropertyCollection
- 命名空间 Aspose.Cells.GridDesktop
- 部件 Aspose.Cells.GridDesktop
CustomPropertyCollection indexer (2 of 2)
通过属性名获取自定义属性。
public CustomProperty this[string name] { get; }
范围 | 描述 |
---|---|
name | 属性名称。 |
返回值
自定义属性