ig.excel.WorksheetCollection
依存関係
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
このコントロールにオプションはありません。
このコントロールにイベントはありません。
-
add
- .add( name:string );
- 返却型:
- ig.excel.Worksheet
- 返却型の説明:
- name
- タイプ:string
例外
例外 説明 ig.ArgumentNullException ig.ArgumentException ig.ArgumentException ig.ArgumentException 備考
関連項目
-
clear
- .clear( );
備考
-
contains
- .contains( worksheet:ig.excel.Worksheet );
- 返却型:
- boolean
- 返却型の説明:
- worksheet
- タイプ:ig.excel.Worksheet
関連項目
-
count
- .count( );
- 返却型:
- number
- 返却型の説明:
-
exists
- .exists( name:string );
- 返却型:
- boolean
- 返却型の説明:
- name
- タイプ:string
-
indexOf
- .indexOf( worksheet:ig.excel.Worksheet );
- 返却型:
- number
- 返却型の説明:
- worksheet
- タイプ:ig.excel.Worksheet
-
item
- .item( index:number );
- 返却型:
- ig.excel.Worksheet
- 返却型の説明:
- index
- タイプ:number
例外
例外 説明 ig.ArgumentOutOfRangeException 関連項目
-
item
- .item( name:string );
- 返却型:
- ig.excel.Worksheet
- 返却型の説明:
- name
- タイプ:string
例外
例外 説明 ig.InvalidOperationException 備考
-
remove
- .remove( worksheet:ig.excel.Worksheet );
- 返却型:
- boolean
- 返却型の説明:
- worksheet
- タイプ:ig.excel.Worksheet
備考
関連項目
-
removeAt
- .removeAt( index:number );
- index
- タイプ:number
例外
例外 説明 ig.ArgumentOutOfRangeException 備考