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