Vla-setcellalignment

提供:GizmoLabs - だいたい CAD LISP なサイト
構文
(vla-setcellalignment vla-object row col cellAlignment)


機能
指定した行および列のセルの位置合わせを返す。


引数
  • vla-object … Table のVLAオブジェクト
  • row … セルの行インデックス(インデックスは 0 から開始)。
  • col … セルの列インデックス(インデックスは 0 から開始)。
  • cellAlignment … AcCellAlignment 列挙型
  • acBottomCenter
  • acBottomLeft
  • acBottomRight
  • acMiddleCenter
  • acMiddleLeft
  • acMiddleRight
  • acTopCenter
  • acTopLeft
  • acTopRight


戻り値
nil


サンプル



関連事項