ig.excel.SparklineCollection

依存関係

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( row:number, column:number, dataRegion:string, [cellReferenceMode:ig.excel.CellReferenceMode] );
    返却型:
    ig.excel.Sparkline
    返却型の説明:

    • row
    • タイプ:number
    • column
    • タイプ:number
    • dataRegion
    • タイプ:string
    • cellReferenceMode
    • タイプ:ig.excel.CellReferenceMode
    • オプション

    関連項目

  • clear

    .clear( );

  • contains

    .contains( sparkline:ig.excel.Sparkline );

    • sparkline
    • タイプ:ig.excel.Sparkline

    関連項目

  • count

    .count( );

  • getEnumerator

    .getEnumerator( );

  • indexOf

    .indexOf( sparkline:ig.excel.Sparkline );
    返却型:
    number
    返却型の説明:

    • sparkline
    • タイプ:ig.excel.Sparkline

    関連項目

  • item

    .item( index:number );
    返却型:
    ig.excel.Sparkline
    返却型の説明:

    • index
    • タイプ:number

    例外

    例外 説明
    ig.IndexOutOfRangeException

    関連項目

  • remove

    .remove( sparkline:ig.excel.Sparkline );
    返却型:
    boolean
    返却型の説明:

    • sparkline
    • タイプ:ig.excel.Sparkline

    関連項目

  • removeAt

    .removeAt( index:number );

    • index
    • タイプ:number

    例外

    例外 説明
    ig.IndexOutOfRangeException

Copyright © 1996 - 2024 Infragistics, Inc. All rights reserved.