Vla-setcontentcolor2

提供:GizmoLabs - だいたい CAD LISP なサイト
構文
(vla-setcontentcolor2 vla-object nRow nCol nContent pColor)


機能
セルの内容の色の値を、行、列、内容の場所に基いて設定する。


引数
  • vla-object … Table の VLAオブジェクト
  • nRow… テーブル内の行。
  • nCol… テーブル内の列。
  • nContent … セル内の内容の場所。
  • pColor … セル内の指定された内容に割り当てる True Color オブジェクト。


戻り値
nil


サンプル



関連事項