Dokumentacija HotXLS
Sadržaj
Početna
Pregled
TGridToXLS
IXLSWorkbook
Početna
Sadržaj
Pregled
LineStyle svojstvo
Vraća or sets the line style for the borders. Read/write LongWord
Sintaksa
property LineStyle: LongWord;
Opis
LineStyle can be one of these XlLineStyle constants
xlContinuous
xlDash
xlDashDot
xlDashDotDot
xlDot
xlDouble
xlSlantDashDot
xlLineStyleNone
Primjer
This example puts a border around the A1:C5 range
Workbook.Sheets[1].Range['A1', 'C5'].Borders.LineStyle := xlDot;
Copyright © 2010-2026 losLab Software