ContentTypePropertyCollection.Item
ContentTypePropertyCollection indexer (1 of 2)
Gets the content type property by the specific index.
public ContentTypeProperty this[int index] { get; }
Parameter | Description |
---|---|
index | The index. |
Return Value
The content type property
See Also
- class ContentTypeProperty
- class ContentTypePropertyCollection
- namespace Aspose.Cells.Properties
- assembly Aspose.Cells
ContentTypePropertyCollection indexer (2 of 2)
Gets the content type property by the property name.
public ContentTypeProperty this[string name] { get; }
Parameter | Description |
---|---|
name | The property name. |
Return Value
The content type property
See Also
- class ContentTypeProperty
- class ContentTypePropertyCollection
- namespace Aspose.Cells.Properties
- assembly Aspose.Cells