VP SET TABLE COLUMN ATTRIBUTES
履歴
リリース | 内容 |
---|---|
19 R7 | 追加 |
VP SET TABLE COLUMN ATTRIBUTES ( vpAreaName : Text ; tableName : Text ; column : Integer ; attributes : Object {; sheet : Integer } )
引数 | 型 | 説明 | ||
---|---|---|---|---|
vpAreaName | Text | -> | 4D View Pro フォーム オブジェクト名 | |
tableName | Text | -> | Table name | |
column | Integer | -> | 表の列のインデックス | |
attributes | Object | -> | column の列に適用する属性 | |
sheet | Integer | -> | シートのインデックス (省略した場合はカレントシート) |
説明
VP SET TABLE COLUMN ATTRIBUTES
コマンドは、tableName で指定した表組みの column でインデックスを指定した列に attributes の属性を適用します。
vpAreaName には、4D View Pro エリアの名前を渡します。
attributes 引数には、設定するプロパティを含むオブジェクトを渡します:
プロパティ | 型 | 説明 |
---|---|---|
dataField | text | データコンテキストにおける、表の列のプロパティ名。 |
name | text | 表の列の名前。 表組み内でユニークでなくてはなりません。 すでに他の列で使われている場合、名前は適用されず、自動的にデフォルトの名前が使われます。 |
formula | text | 列の各セルにフォーミュラを設定します。 SpreadJS のドキュメント Structured Reference Formulas 参照 |
footerText | text |