AddCheckBox
محتويات
[
يخفي
]AddCheckBox(int, int, bool)
إضافة مربع اختيار إلى خلية محددة في فهرس عمود الصف .
public CheckBox AddCheckBox(int row, int col, bool check)
| معامل | يكتب | وصف |
|---|---|---|
| row | Int32 | فهرس صف الخلية. |
| col | Int32 | فهرس العمود للخلية. |
| check | Boolean | تحديد خانة اختيار حالة الملكية. |
قيمة الإرجاع
خانة الاختيار المضافة.
أنظر أيضا
- class CheckBox
- class CellControlCollection
- مساحة الاسم Aspose.Cells.GridDesktop
- المجسم Aspose.Cells.GridDesktop
AddCheckBox(string, bool)
إضافة خانة اختيار إلى خلية محددة باسم الخلية.
public CheckBox AddCheckBox(string cellName, bool check)
| معامل | يكتب | وصف |
|---|---|---|
| cellName | String | اسم خلية الشبكة. |
| check | Boolean | تحديد خانة اختيار حالة الملكية. |
قيمة الإرجاع
خانة الاختيار المضافة.
أنظر أيضا
- class CheckBox
- class CellControlCollection
- مساحة الاسم Aspose.Cells.GridDesktop
- المجسم Aspose.Cells.GridDesktop