HotXLS Docs

Add shape methods

Add shape methods for HotXLS components

Syntax

function AddRectangle(Row1, Col1, Row2, Col2: Integer): TXLSShape;
function AddOval(Row1, Col1, Row2, Col2: Integer): TXLSShape;
    

Parameters

Row1, Col11-based worksheet coordinates of top-left corner

See also

TXLSWorksheet class
TXLSShape class