HotXLS dokumentacija

Underline: LongWord;

Description

Underline: LongWord;

Description Underline can be one of these XlUnderlineStyle constants:

xlUnderlineStyleNone

'A1'
xlUnderlineStyleSingleAccounting
'A1'Accounting
'A1'
This example sets the font in the cell A1 to single underline
].Range[

'A1'

'A1'

Workbook.Worksheets[1].Range['A1', 'A1'].Font.Underline := 'A1'Accounting;