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