Item
CustomPropertyCollection indexer (1 of 2)
Belirli bir dizine göre özel özelliği alır.
public CustomProperty this[int index] { get; }
Parametre | Tanım |
---|---|
index | İçerik. |
Geri dönüş değeri
özel mülk
Ayrıca bakınız
- class CustomProperty
- class CustomPropertyCollection
- ad alanı Aspose.Cells.Properties
- toplantı Aspose.Cells
CustomPropertyCollection indexer (2 of 2)
Özel özelliği, özellik adına göre alır.
public CustomProperty this[string name] { get; }
Parametre | Tanım |
---|---|
name | Mülk adı. |
Geri dönüş değeri
özel mülk
Ayrıca bakınız
- class CustomProperty
- class CustomPropertyCollection
- ad alanı Aspose.Cells.Properties
- toplantı Aspose.Cells