AlignTextOut method

Applies to

TWorksheet

Declaration

procedure AlignTextOut(ARect: TRect; ss: string; HTML: boolean=false); public

Description

Draws given text (ss) into the cell rectangle (ARect). If HTML parameter provided and is True, this method will use HTMLTextOut instead of usual Canvas.TextOut