SetBorders
GridCells.SetBorders method
تعيين الحدود لنطاق من الخلايا .
public void SetBorders(int firstRow, int firstColumn, int rowNumber, int columnNumber,
SetBorderPosition position, WebBorderStyle borderStyle)
معامل | يكتب | وصف |
---|---|---|
firstRow | Int32 | رقم الصف الأول من النطاق (مستند إلى الصفر). |
firstColumn | Int32 | رقم العمود الأول من النطاق (على أساس الصفر). |
rowNumber | Int32 | رقم الصفوف. |
columnNumber | Int32 | عدد الأعمدة. |
position | SetBorderPosition | الموقف الحدودي. |
borderStyle | WebBorderStyle | نمط الحدود. |
أمثلة
[C#]
GridWeb1.WebWorksheets[0].Cells.SetBorders(0, 0, 5, 8, SetBorderPosition.Outline, borderStyle1);
[VB]
GridWeb1.WebWorksheets(0).Cells.SetBorders(0, 0, 5, 8, SetBorderPosition.Outline, borderStyle1)
أنظر أيضا
- enum SetBorderPosition
- class WebBorderStyle
- class GridCells
- مساحة الاسم Aspose.Cells.GridWeb.Data
- المجسم Aspose.Cells.GridWeb