class documentation
class IconsetConditionObject(FormatCondtionBaseObject):
Constructor: IconsetConditionObject()
IconsetCondition(アイコンセットによる条件付き書式)を扱うクラスです。
数値のセルのみがアイコン表示対象となります。
Method | __init__ |
コンストラクタ。インスタンスを作成します。 |
Method | get |
評価条件1の閾値種別を取得します。 |
Method | get |
評価条件2の閾値種別を取得します。 |
Method | get |
評価条件3の閾値種別を取得します。 |
Method | get |
評価条件4の閾値種別を取得します。 |
Method | get |
対象アイコンセットを取得します。 |
Method | get |
表示条件の昇順/降順の切り替えが設定されているか取得します。 |
Method | get |
値を表示する設定かどうか取得します。 |
Method | get |
評価条件1の閾値を取得します。 |
Method | get |
評価条件2の閾値を取得します。 |
Method | get |
評価条件3の閾値を取得します。 |
Method | get |
評価条件4の閾値を取得します。 |
Method | get |
評価条件1の評価条件種類を取得します。 |
Method | get |
評価条件2の評価条件種類を取得します。 |
Method | get |
評価条件3の評価条件種類を取得します。 |
Method | get |
評価条件4の評価条件種類を取得します。 |
Method | set |
評価条件1を設定します。 |
Method | set |
評価条件2を設定します。 |
Method | set |
評価条件3を設定します。 |
Method | set |
評価条件4を設定します。 |
Method | set |
対象アイコンセットを設定します。 |
Method | set |
表示条件の昇順/降順の切り替えを設定します。 |
Method | set |
値を表示するかどうかを設定します。 |
Inherited from FormatCondtionBaseObject
:
Method | get |
設定されている適用セル範囲を取得します。 |
Method | get |
現在のルールが適用された場合、そのセルの書式ルールをさらに評価するかどうかを取得します。 |
Method | set |
適用セル範囲を設定します。 |
Method | set |
現在のルールが適用された場合、そのセルの書式ルールをさらに評価するかどうかを設定します。 |
def setCondition1(self, value:
float
, valueType: enums.XlConditionValueType
, type: enums.XlFormatConditionOperator
):
¶
評価条件1を設定します。
Parameters | |
value:float | 閾値 |
valueXlConditionValueType | 評価条件種類 |
type:XlFormatConditionOperator | 閾値種別 |
def setCondition2(self, value:
float
, valueType: enums.XlConditionValueType
, type: enums.XlFormatConditionOperator
):
¶
評価条件2を設定します。
Parameters | |
value:float | 閾値 |
valueXlConditionValueType | 評価条件種類 |
type:XlFormatConditionOperator | 閾値種別 |
def setCondition3(self, value:
float
, valueType: enums.XlConditionValueType
, type: enums.XlFormatConditionOperator
):
¶
評価条件3を設定します。
Parameters | |
value:float | 閾値 |
valueXlConditionValueType | 評価条件種類 |
type:XlFormatConditionOperator | 閾値種別 |
def setCondition4(self, value:
float
, valueType: enums.XlConditionValueType
, type: enums.XlFormatConditionOperator
):
¶
評価条件4を設定します。
Parameters | |
value:float | 閾値 |
valueXlConditionValueType | 評価条件種類 |
type:XlFormatConditionOperator | 閾値種別 |