تُرجع أو تعين نمط
الخط لـ
الحدود. LongWord قراءة/كتابة
بناء الجملة
property LineStyle: LongWord;
الوصف
يمكن أن يكون LineStyle أحد ثوابت XlLineStyle هذه
| xlContinuous |
| xlDash |
| xlDashDot |
| xlDashDotDot |
| xlDot |
| xlDouble |
| xlSlantDashDot |
| xlLineStyleNone |
مثال
يضع هذا المثال حداً حول النطاق A1:C5
Workbook.Sheets[1].Range['A1', 'C5'].Borders.LineStyle := xlDot;