Documentazione HotXLS

Add shape methods

Add shape methods for HotXLS components

Sintassi

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

Parametri

Row1, Col11-based coordinates of top-left corner

Vedere also

TXLSShapes class
TXLSShape class