HotXLS Docs
Contents
Home
Overview
TGridToXLS
IXLSWorkbook
Home
Contents
Overview
SetArea method
Sets all four one-based row and column anchor values for the
TXLSTextBox
in one call.
Syntax
procedure
SetArea(ARow1, ACol1, ARow2, ACol2: Integer);
Example
TextBox.SetArea(
2
,
2
,
6
,
7
);