Vla-getattachmentpoint
- 構文
 - (vla-getattachmentpoint vla-object row col)
 
- 機能
 - 指定した行および列のアタッチ点を返す。
 
- 引数
 - 
- vla-object … Table の VLAオブジェクト
 - row … 表の行。
 - col … 表の列。
 
 
- 戻り値
 - acAttachmentPoint 列挙型
- acAttachmentPointBottomCenter
 - acAttachmentPointBottomLeft
 - acAttachmentPointBottomRight
 - acAttachmentPointMiddleCenter
 - acAttachmentPointMiddleLeft
 - acAttachmentPointMiddleRight
 - acAttachmentPointTopCenter
 - acAttachmentPointTopLeft
 - acAttachmentPointTopRigh
 
 
- サンプル
 
関連事項