![]() |
![]() |
Products | Download | Order | Forum | Contact us |
| xlContinuous |
| xlDash |
| xlDashDot |
| xlDashDotDot |
| xlDot |
| xlDouble |
| xlSlantDashDot |
| xlLineStyleNone |
Workbook.Sheets[1].Range['A1', 'C5'].Borders[xlEdgeTop].LineStyle := xlDot; Workbook.Sheets[1].Range['A1', 'C5'].Borders[xlEdgeRight].LineStyle := xlDot; Workbook.Sheets[1].Range['A1', 'C5'].Borders[xlEdgeBottom].LineStyle := xlDot; Workbook.Sheets[1].Range['A1', 'C5'].Borders[xlEdgeLeft].LineStyle := xlDot;
Workbook.Sheets[1].Range['A1', 'C5'].Borders.LineStyle := xlDot;
| Copyright © NikaSoft 2004-2010 |