ig.excel.WorkbookStyleCollection

依存関係

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
このコントロールにオプションはありません。
このコントロールにイベントはありません。
  • addUserDefinedStyle

    .addUserDefinedStyle( styleFormat:ig.excel.IWorksheetCellFormat, name:string );
    返却型:
    ig.excel.WorkbookStyle
    返却型の説明:

    • styleFormat
    • タイプ:ig.excel.IWorksheetCellFormat
    • name
    • タイプ:string

    例外

    例外 説明
    ig.ArgumentNullException
    ig.ArgumentNullException
    ig.ArgumentException
  • addUserDefinedStyle

    .addUserDefinedStyle( name:string );
    返却型:
    ig.excel.WorkbookStyle
    返却型の説明:

    • name
    • タイプ:string

    例外

    例外 説明
    ig.ArgumentNullException
    ig.ArgumentNullException
    ig.ArgumentException

    関連項目

  • clear

    .clear( );

  • contains

    .contains( style:ig.excel.WorkbookStyle );
    返却型:
    boolean
    返却型の説明:

    • style
    • タイプ:ig.excel.WorkbookStyle

    関連項目

  • count

    .count( );
    返却型:
    number
    返却型の説明:

  • item

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

    • index
    • タイプ:number

    例外

    例外 説明
    ig.ArgumentOutOfRangeException

    関連項目

  • item

    .item( name:string );
    返却型:
    ig.excel.WorkbookStyle
    返却型の説明:

    • name
    • タイプ:string

    例外

    例外 説明
    ig.ArgumentNullException

    備考

    関連項目

  • normalStyle

    .normalStyle( );
    返却型:
    ig.excel.WorkbookStyle
    返却型の説明:

    備考

  • remove

    .remove( style:ig.excel.WorkbookStyle );
    返却型:
    boolean
    返却型の説明:

    • style
    • タイプ:ig.excel.WorkbookStyle

    例外

    例外 説明
    ig.InvalidOperationException
  • removeAt

    .removeAt( index:number );

    • index
    • タイプ:number

    例外

    例外 説明
    ig.ArgumentOutOfRangeException
    ig.InvalidOperationException
  • reset

    .reset( );

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