HotXLS Docs

TXLSTextBox class

Unit: lxDraw
Represents an independent text box in the classic XLS worksheet drawing layer. TXLSTextBox descends from TXLSShape, so it also supports inherited shape formatting such as Line, Fill, OfficeArtOptions, and Delete.

Syntax

TXLSTextBox = class(TXLSShape)
  property Text: WideString;
  property TextRuns: TXLSTextBoxTextRuns;
  property Row1: Integer;
  property Col1: Integer;
  property Row2: Integer;
  property Col2: Integer;
  procedure SetArea(ARow1, ACol1, ARow2, ACol2: Integer);
end;

Properties

Methods