HotXLS ドキュメント
ホーム 目次 概要

シェイプ追加メソッド

シェイプ追加メソッド for HotXLS components

構文

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

パラメータ

Row1, Col1ワークシートの左上隅の 1 から始まる座標

関連項目

TXLSWorksheet クラス
TXLSShape クラス