HotXLS Delphi Excel Read Write Library / Component Developers Guide loslab Inc.

Underline property

Returns or sets the type of underline applied to the font. Read/write LongWord.

Syntax

property Underline: LongWord;

Description

Underline can be one of these XlUnderlineStyle constants:
xlUnderlineStyleNone
xlUnderlineStyleSingle
xlUnderlineStyleDouble
xlUnderlineStyleSingleAccounting
xlUnderlineStyleDoubleAccounting

Example

This example sets the font in the cell A1 to single underline.

Workbook.Worksheets[1].Range['A1', 'A1'].Font.Underline := xlUnderlineStyleSingle;
Copyright©2007-2019 loslab.com