ig.excel.WorksheetColumnCollection
依存関係
jquery-1.4.4.js
infragistics.util.js
infragistics.ext_core.js
infragistics.ext_collections.js
infragistics.ext_collectionsExtended.js
infragistics.ext_io.js
infragistics.ext_text.js
infragistics.documents.core_core.js
infragistics.ext_ui.js
このコントロールにオプションはありません。
このコントロールにイベントはありません。
-
insert
- .insert( index:number, [count:number] );
- index
- タイプ:number
- count
- タイプ:number
- オプション
例外
例外 説明 ig.InvalidOperationException ig.IndexOutOfRangeException ig.ArgumentOutOfRangeException 備考
-
item
- .item( index:number );
- 返却型:
- ig.excel.WorksheetColumn
- 返却型の説明:
- index
- タイプ:number
例外
例外 説明 ig.ArgumentOutOfRangeException ig.InvalidOperationException 備考
-
maxCount
- .maxCount( );
-
remove
- .remove( index:number, [count:number] );
- index
- タイプ:number
- count
- タイプ:number
- オプション
例外
例外 説明 ig.InvalidOperationException ig.IndexOutOfRangeException ig.ArgumentOutOfRangeException