Item
CustomPropertyCollection indexer (1 of 2)
Obtient la propriété personnalisée par l’index spécifique.
public CustomProperty this[int index] { get; }
| Paramètre | La description |
|---|---|
| index | L’index. |
Return_Value
La propriété personnalisée
Voir également
- class CustomProperty
- class CustomPropertyCollection
- espace de noms Aspose.Cells.GridDesktop
- Assemblée Aspose.Cells.GridDesktop
CustomPropertyCollection indexer (2 of 2)
Obtient la propriété personnalisée par le nom de la propriété.
public CustomProperty this[string name] { get; }
| Paramètre | La description |
|---|---|
| name | Le nom de la propriété. |
Return_Value
La propriété personnalisée
Voir également
- class CustomProperty
- class CustomPropertyCollection
- espace de noms Aspose.Cells.GridDesktop
- Assemblée Aspose.Cells.GridDesktop