Add
محتويات
[
يخفي
]Add(GridValidation)
أضف أGridValidation
إلى المجموعة.
public int Add(GridValidation validation)
معامل | يكتب | وصف |
---|---|---|
validation | GridValidation | كائن التحقق من الصحة. |
قيمة الإرجاع
GridValidation
فهرس الكائن.
أنظر أيضا
- class GridValidation
- class GridValidationCollection
- مساحة الاسم Aspose.Cells.GridDesktop.Data
- المجسم Aspose.Cells.GridDesktop
Add()
أضف أGridValidation
إلى المجموعة.
public GridValidation Add()
قيمة الإرجاع
GridValidation
مثيل GridValidation المضاف.
أنظر أيضا
- class GridValidation
- class GridValidationCollection
- مساحة الاسم Aspose.Cells.GridDesktop.Data
- المجسم Aspose.Cells.GridDesktop
Add(string)
أضف أGridValidation
على المجموعة. يتم تطبيق التحقق على الخلية المحددة.
public GridValidation Add(string cellname)
معامل | يكتب | وصف |
---|---|---|
cellname | String | اسم الخلية. |
قيمة الإرجاع
GridValidation
مثيل GridValidation المضاف.
أنظر أيضا
- class GridValidation
- class GridValidationCollection
- مساحة الاسم Aspose.Cells.GridDesktop.Data
- المجسم Aspose.Cells.GridDesktop
Add(int, int)
أضف أGridValidation
على المجموعة. يتم تطبيق التحقق على الخلية المحددة.
public GridValidation Add(int row, int col)
معامل | يكتب | وصف |
---|---|---|
row | Int32 | فهرس صف الخلية. |
col | Int32 | فهرس العمود للخلية. |
قيمة الإرجاع
GridValidation
مثيل GridValidation المضاف.
أنظر أيضا
- class GridValidation
- class GridValidationCollection
- مساحة الاسم Aspose.Cells.GridDesktop.Data
- المجسم Aspose.Cells.GridDesktop
Add(string, bool, string)
يضيف تحققًا إلى خلية محددة باسم الخلية.
public void Add(string cellName, bool isRequired, string regEx)
معامل | يكتب | وصف |
---|---|---|
cellName | String | اسم خلية الشبكة. |
isRequired | Boolean | تشير القيمة إلى ما إذا كانت قيمة الخلية مطلوبة. |
regEx | String | تعبير عادي. |
أنظر أيضا
- class GridValidationCollection
- مساحة الاسم Aspose.Cells.GridDesktop.Data
- المجسم Aspose.Cells.GridDesktop
Add(int, int, ICustomValidation)
إضافة تحقق إلى خلية محددة في فهرس عمود الصف .
public void Add(int row, int col, ICustomValidation customValidation)
معامل | يكتب | وصف |
---|---|---|
row | Int32 | فهرس صف الخلية. |
col | Int32 | فهرس العمود للخلية. |
customValidation | ICustomValidation | كائن validaton مخصص. |
أنظر أيضا
- interface ICustomValidation
- class GridValidationCollection
- مساحة الاسم Aspose.Cells.GridDesktop.Data
- المجسم Aspose.Cells.GridDesktop
Add(int, int, bool, string)
إضافة تحقق إلى خلية محددة في فهرس عمود الصف .
public void Add(int row, int col, bool isRequired, string regEx)
معامل | يكتب | وصف |
---|---|---|
row | Int32 | فهرس صف الخلية. |
col | Int32 | فهرس العمود للخلية. |
isRequired | Boolean | تشير القيمة إلى ما إذا كانت قيمة الخلية مطلوبة. |
regEx | String | تعبير عادي. |
أنظر أيضا
- class GridValidationCollection
- مساحة الاسم Aspose.Cells.GridDesktop.Data
- المجسم Aspose.Cells.GridDesktop
Add(string, ICustomValidation)
يضيف تحققًا إلى خلية محددة باسم الخلية.
public void Add(string cellName, ICustomValidation customValidation)
معامل | يكتب | وصف |
---|---|---|
cellName | String | اسم خلية الشبكة. |
customValidation | ICustomValidation | كائن validaton مخصص. |
أنظر أيضا
- interface ICustomValidation
- class GridValidationCollection
- مساحة الاسم Aspose.Cells.GridDesktop.Data
- المجسم Aspose.Cells.GridDesktop