ここは旧式の4DドキュメントWebサイトです。最新のアップデートされたドキュメントを読むには新サイトをご利用下さい→ developer.4d.com

ホーム

 
4D v19
VP SET SELECTION

VP SET SELECTION 


 

VP SET SELECTION ( rangeObj ) 
引数   説明
rangeObj  オブジェクト in Range object of cells

説明   

The VP SET SELECTION command defines the specified cells as the selection and the first cell as the active cell. 

In rangeObj, pass a range object of cells to designate as the current selection. 

例題  

The following code:

 $currentSelection:=VP Combine ranges(VP Cells("myVPArea";3;2;1;6);VP Cells("myVPArea";5;7;1;7))
 VP SET SELECTION($currentSelection)

will set this selection:



参照 

VP ADD SELECTION
VP Get active cell
VP Get selection
VP RESET SELECTION
VP SET ACTIVE CELL
VP SHOW CELL

 
プロパティ 

プロダクト: 4D
テーマ: 4D View Pro ランゲージ
番号: 905258

 
ページの目次 
 
履歴 

初出: 4D v17 R5

 
ARTICLE USAGE

4D View Pro リファレンス ( 4D v19)