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