Add
TextBoxCollection.Add method
يضيف مربع نص إلى المجموعة.
public int Add(int upperLeftRow, int upperLeftColumn, int height, int width)
معامل | يكتب | وصف |
---|---|---|
upperLeftRow | Int32 | فهرس الصف العلوي الأيسر. |
upperLeftColumn | Int32 | فهرس العمود الأيسر العلوي. |
height | Int32 | ارتفاع مربع النص ، بوحدة البكسل. |
width | Int32 | عرض مربع النص ، بوحدة البكسل. |
قيمة الإرجاع
TextBox
فهرس الكائن.
أمثلة
[C#]
// إضافة TextBox
int index2 = textBoxCollection.Add(1, 1, 50, 100);
أنظر أيضا
- class TextBoxCollection
- مساحة الاسم Aspose.Cells.Drawing
- المجسم Aspose.Cells