ig.excel.AverageConditionalFormat

セルの値が関連する範囲の平均または標準偏差の上下にあるかどうかに基づいて WorksheetCell のビジュアル属性を制御するプロパティを公開します。

依存関係

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

    .aboveBelow( );
    返却型:
    ig.excel.FormatConditionAboveBelow
    返却型の説明:
    FormatConditionAboveBelow を返します。

    セルの値が関連する範囲の平均または標準偏差と比較される方法を決定する値を返します。

  • aboveBelow

    .aboveBelow( value:ig.excel.FormatConditionAboveBelow );
    返却型:
    ig.excel.FormatConditionAboveBelow
    返却型の説明:
    FormatConditionAboveBelow を返します。

    セルの値が関連する範囲の平均または標準偏差と比較される方法を決定する値を返します。

    • value
    • タイプ:ig.excel.FormatConditionAboveBelow
  • cellFormat
    継承

    .cellFormat( );
    返却型:
    ig.excel.IWorksheetCellFormat
    返却型の説明:

    備考

  • conditionType
    継承

    .conditionType( );
    返却型:
    ig.excel.FormatConditionType
    返却型の説明:

  • numericStandardDeviation

    .numericStandardDeviation( );

    この条件の数値標準偏差を返します。 AverageConditionalFormat.aboveBelow プロパティが「AboveStandardDeviation」または「BelowStandardDeviation」に設定されている場合のみ適用されます。

  • numericStandardDeviation

    .numericStandardDeviation( value:number );

    この条件の数値標準偏差を返します。 AverageConditionalFormat.aboveBelow プロパティが「AboveStandardDeviation」または「BelowStandardDeviation」に設定されている場合のみ適用されます。

    • value
    • タイプ:number
  • priority
    継承

    .priority( );

    備考

  • priority
    継承

    .priority( value:number );

    • value
    • タイプ:number

    備考

  • regions
    継承

    .regions( );

  • setFirstPriority
    継承

    .setFirstPriority( );

    備考

  • setLastPriority
    継承

    .setLastPriority( );

    備考

  • setRegions
    継承

    .setRegions( regionAddress:string, cellReferenceMode:ig.excel.CellReferenceMode );

    • regionAddress
    • タイプ:string
    • cellReferenceMode
    • タイプ:ig.excel.CellReferenceMode

    例外

    例外 説明
    ig.ArgumentException
  • stopIfTrue
    継承

    .stopIfTrue( );

    備考

  • stopIfTrue
    継承

    .stopIfTrue( value:boolean );

    • value
    • タイプ:boolean

    備考

  • workbook
    継承

    .workbook( );
    返却型:
    ig.excel.Workbook
    返却型の説明:

    関連項目

  • worksheet
    継承

    .worksheet( );
    返却型:
    ig.excel.Worksheet
    返却型の説明:

    関連項目

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