Docs HotXLS

Add shape methods

Add shape methods for HotXLS components

Syntaxe

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

Paramètres

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

Voir aussi

TXLSWorksheet class
TXLSShape class