AddListBox
ShapeCollection.AddListBox method
يضيف ListBox إلى ورقة العمل.
public ListBox AddListBox(int upperLeftRow, int top, int upperLeftColumn, int left, int height,
int width)
معامل | يكتب | وصف |
---|---|---|
upperLeftRow | Int32 | فهرس الصف العلوي الأيسر. |
top | Int32 | يمثل الإزاحة الرأسية لـ ListBox من صفه الأيسر ، بوحدة البكسل. |
upperLeftColumn | Int32 | فهرس العمود الأيسر العلوي. |
left | Int32 | يمثل الإزاحة الأفقية لـ ListBox من عمودها الأيسر ، بوحدة البكسل. |
height | Int32 | يمثل ارتفاع ListBox بوحدة البكسل. |
width | Int32 | يمثل عرض ListBox بوحدة البكسل. |
قيمة الإرجاع
كائن ListBox.
أمثلة
[C#]
// إضافة مربع قائمة
ListBox listBox = shapes.AddListBox(1, 0, 1, 0, 100, 50);
أنظر أيضا
- class ListBox
- class ShapeCollection
- مساحة الاسم Aspose.Cells.Drawing
- المجسم Aspose.Cells