Item
CustomPropertyCollection indexer (1 of 2)
يحصل على الخاصية المخصصة من خلال الفهرس المحدد .
public CustomProperty this[int index] { get; }
معامل | وصف |
---|---|
index | مؤشر. |
قيمة الإرجاع
الخاصية المخصصة
أنظر أيضا
- class CustomProperty
- class CustomPropertyCollection
- مساحة الاسم Aspose.Cells.Properties
- المجسم Aspose.Cells
CustomPropertyCollection indexer (2 of 2)
يحصل على الخاصية المخصصة حسب اسم الخاصية.
public CustomProperty this[string name] { get; }
معامل | وصف |
---|---|
name | اسم الخاصية. |
قيمة الإرجاع
الخاصية المخصصة
أنظر أيضا
- class CustomProperty
- class CustomPropertyCollection
- مساحة الاسم Aspose.Cells.Properties
- المجسم Aspose.Cells