ig.excel.WorksheetShapeCollection
依存関係
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( shapeType:ig.excel.PredefinedShapeType, sheet:ig.excel.Sheet, boundsInTwips:object );
- 返却型:
- ig.excel.WorksheetShape
- 返却型の説明:
- shapeType
- タイプ:ig.excel.PredefinedShapeType
- sheet
- タイプ:ig.excel.Sheet
- boundsInTwips
- タイプ:object
例外
例外 説明 ig.ArgumentNullException ig.excel.InvalidEnumArgumentException -
add
- .add( shapeType:ig.excel.PredefinedShapeType, topLeftCornerCell:ig.excel.WorksheetCell, topLeftCornerPosition:object, bottomRightCornerCell:ig.excel.WorksheetCell, bottomRightCornerPosition:object );
- 返却型:
- ig.excel.WorksheetShape
- 返却型の説明:
- shapeType
- タイプ:ig.excel.PredefinedShapeType
- topLeftCornerCell
- タイプ:ig.excel.WorksheetCell
- topLeftCornerPosition
- タイプ:object
- bottomRightCornerCell
- タイプ:ig.excel.WorksheetCell
- bottomRightCornerPosition
- タイプ:object
例外
例外 説明 ig.excel.InvalidEnumArgumentException ig.InvalidOperationException ig.InvalidOperationException -
add
- .add( shapeType:ig.excel.PredefinedShapeType, boundsInTwips:object );
- 返却型:
- ig.excel.WorksheetShape
- 返却型の説明:
- shapeType
- タイプ:ig.excel.PredefinedShapeType
- boundsInTwips
- タイプ:object
例外
例外 説明 ig.InvalidOperationException ig.excel.InvalidEnumArgumentException -
add
- .add( shape:ig.excel.WorksheetShape );
- shape
- タイプ:ig.excel.WorksheetShape
例外
例外 説明 ig.ArgumentNullException ig.InvalidOperationException ig.InvalidOperationException ig.InvalidOperationException ig.InvalidOperationException -
addChart
- .addChart( chartType:ig.excel.ChartType, sheet:ig.excel.Sheet, boundsInTwips:object, [chartInitializer:function] );
- 返却型:
- ig.excel.WorksheetChart
- 返却型の説明:
- chartType
- タイプ:ig.excel.ChartType
- sheet
- タイプ:ig.excel.Sheet
- boundsInTwips
- タイプ:object
- chartInitializer
- タイプ:function
- オプション
例外
例外 説明 ig.ArgumentNullException ig.excel.InvalidEnumArgumentException ig.InvalidOperationException ig.InvalidOperationException -
addChart
- .addChart( chartType:ig.excel.ChartType, topLeftCornerCell:ig.excel.WorksheetCell, topLeftCornerPosition:object, bottomRightCornerCell:ig.excel.WorksheetCell, bottomRightCornerPosition:object, [chartInitializer:function] );
- 返却型:
- ig.excel.WorksheetChart
- 返却型の説明:
- chartType
- タイプ:ig.excel.ChartType
- topLeftCornerCell
- タイプ:ig.excel.WorksheetCell
- topLeftCornerPosition
- タイプ:object
- bottomRightCornerCell
- タイプ:ig.excel.WorksheetCell
- bottomRightCornerPosition
- タイプ:object
- chartInitializer
- タイプ:function
- オプション
例外
例外 説明 ig.excel.InvalidEnumArgumentException ig.InvalidOperationException ig.InvalidOperationException ig.InvalidOperationException ig.InvalidOperationException -
addChart
- .addChart( chartType:ig.excel.ChartType, boundsInTwips:object, [chartInitializer:function] );
- 返却型:
- ig.excel.WorksheetChart
- 返却型の説明:
- chartType
- タイプ:ig.excel.ChartType
- boundsInTwips
- タイプ:object
- chartInitializer
- タイプ:function
- オプション
例外
例外 説明 ig.ArgumentNullException ig.excel.InvalidEnumArgumentException ig.InvalidOperationException ig.InvalidOperationException -
clear
- .clear( );
-
contains
- .contains( shape:ig.excel.WorksheetShape );
- 返却型:
- boolean
- 返却型の説明:
- shape
- タイプ:ig.excel.WorksheetShape
-
count
- .count( );
- 返却型:
- number
- 返却型の説明:
-
item
- .item( index:number );
- 返却型:
- ig.excel.WorksheetShape
- 返却型の説明:
- index
- タイプ:number
例外
例外 説明 ig.ArgumentOutOfRangeException -
remove
- .remove( shape:ig.excel.WorksheetShape );
- 返却型:
- boolean
- 返却型の説明:
- shape
- タイプ:ig.excel.WorksheetShape
-
removeAt
- .removeAt( index:number );
- index
- タイプ:number
例外
例外 説明 ig.ArgumentOutOfRangeException