ig.excel.WorksheetHyperlinkCollection
依存関係
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( hyperlink:ig.excel.WorksheetHyperlink );
- hyperlink
- タイプ:ig.excel.WorksheetHyperlink
例外
例外 説明 ig.ArgumentNullException ig.ArgumentException ig.ArgumentException ig.ArgumentException -
clear
- .clear( );
-
contains
- .contains( hyperlink:ig.excel.WorksheetHyperlink );
- 返却型:
- boolean
- 返却型の説明:
- hyperlink
- タイプ:ig.excel.WorksheetHyperlink
-
count
- .count( );
-
getEnumerator
- .getEnumerator( );
-
insert
- .insert( index:number, hyperlink:ig.excel.WorksheetHyperlink );
- index
- タイプ:number
- hyperlink
- タイプ:ig.excel.WorksheetHyperlink
例外
例外 説明 ig.ArgumentOutOfRangeException ig.ArgumentNullException ig.ArgumentException ig.ArgumentException ig.ArgumentException -
item
- .item( index:number );
- 返却型:
- ig.excel.WorksheetHyperlink
- 返却型の説明:
- index
- タイプ:number
例外
例外 説明 ig.ArgumentOutOfRangeException -
remove
- .remove( hyperlink:ig.excel.WorksheetHyperlink );
- 返却型:
- boolean
- 返却型の説明:
- hyperlink
- タイプ:ig.excel.WorksheetHyperlink
-
removeAt
- .removeAt( index:number );
- index
- タイプ:number
例外
例外 説明 ig.ArgumentOutOfRangeException