Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
unfixColumnByIndex メソッド
列が現在固定されている場合は、指定したインデックスに関連付けられた列の固定を解除します。
シンタックス
| ASP.NET Ajax Javascript (Specification) | |
|---|
function unfixColumnByIndex(
columnIndex : Integer
) : (Any); |
| ASP.NET Ajax Javascript (Usage) | |
|---|
var resultVar = instanceOfColumnFixing.unfixColumnByIndex(Integer); |
パラメータ
- columnIndex
- 複数ヘッダー列が使用されていない場合、固定解除される列コレクション内列の列インデックス。複数ヘッダー列がある場合、headerColumnsLayout のインデックスに設定します。
参照