class documentation

class IconsetConditionObject(FormatCondtionBaseObject):

Constructor: IconsetConditionObject()

View In Hierarchy

IconsetCondition(アイコンセットによる条件付き書式)を扱うクラスです。

数値のセルのみがアイコン表示対象となります。

Method __init__ コンストラクタ。インスタンスを作成します。
Method getCondition1 評価条件1の閾値種別を取得します。
Method getCondition2 評価条件2の閾値種別を取得します。
Method getCondition3 評価条件3の閾値種別を取得します。
Method getCondition4 評価条件4の閾値種別を取得します。
Method getIconset 対象アイコンセットを取得します。
Method getReverse 表示条件の昇順/降順の切り替えが設定されているか取得します。
Method getShowValue 値を表示する設定かどうか取得します。
Method getValue1 評価条件1の閾値を取得します。
Method getValue2 評価条件2の閾値を取得します。
Method getValue3 評価条件3の閾値を取得します。
Method getValue4 評価条件4の閾値を取得します。
Method getValueType1 評価条件1の評価条件種類を取得します。
Method getValueType2 評価条件2の評価条件種類を取得します。
Method getValueType3 評価条件3の評価条件種類を取得します。
Method getValueType4 評価条件4の評価条件種類を取得します。
Method setCondition1 評価条件1を設定します。
Method setCondition2 評価条件2を設定します。
Method setCondition3 評価条件3を設定します。
Method setCondition4 評価条件4を設定します。
Method setIconset 対象アイコンセットを設定します。
Method setReverse 表示条件の昇順/降順の切り替えを設定します。
Method setShowValue 値を表示するかどうかを設定します。

Inherited from FormatCondtionBaseObject:

Method getA1C1 設定されている適用セル範囲を取得します。
Method getStopIfTrue 現在のルールが適用された場合、そのセルの書式ルールをさらに評価するかどうかを取得します。
Method setA1C1 適用セル範囲を設定します。
Method setStopIfTrue 現在のルールが適用された場合、そのセルの書式ルールをさらに評価するかどうかを設定します。
def __init__(self):

コンストラクタ。インスタンスを作成します。

def getCondition1(self) -> enums.XlFormatConditionOperator:

評価条件1の閾値種別を取得します。

Returns
XlFormatConditionOperator閾値種別
def getCondition2(self) -> enums.XlFormatConditionOperator:

評価条件2の閾値種別を取得します。

Returns
XlFormatConditionOperator閾値種別
def getCondition3(self) -> enums.XlFormatConditionOperator:

評価条件3の閾値種別を取得します。

Returns
XlFormatConditionOperator評価条件3の閾値種別を取得します。
def getCondition4(self) -> enums.XlFormatConditionOperator:

評価条件4の閾値種別を取得します。

Returns
XlFormatConditionOperator評価条件4の閾値種別を取得します。
def getIconset(self) -> enums.XlFilterIconSet:

対象アイコンセットを取得します。

Returns
XlFilterIconSetアイコンセット
def getReverse(self) -> bool:

表示条件の昇順/降順の切り替えが設定されているか取得します。

Returns
booltrue:降順 false:昇順
def getShowValue(self) -> bool:

値を表示する設定かどうか取得します。

Returns
booltrue: 表示する false: 表示しない
def getValue1(self) -> float:

評価条件1の閾値を取得します。

Returns
float閾値
def getValue2(self) -> float:

評価条件2の閾値を取得します。

Returns
float閾値
def getValue3(self) -> float:

評価条件3の閾値を取得します。

Returns
float閾値
def getValue4(self) -> float:

評価条件4の閾値を取得します。

Returns
float閾値
def getValueType1(self) -> enums.XlConditionValueType:

評価条件1の評価条件種類を取得します。

Returns
XlConditionValueType評価条件種類
def getValueType2(self) -> enums.XlConditionValueType:

評価条件2の評価条件種類を取得します。

Returns
XlConditionValueType評価条件種類
def getValueType3(self) -> enums.XlConditionValueType:

評価条件3の評価条件種類を取得します。

Returns
XlConditionValueType評価条件種類
def getValueType4(self) -> enums.XlConditionValueType:

評価条件4の評価条件種類を取得します。

Returns
XlConditionValueType評価条件種類
def setCondition1(self, value: float, valueType: enums.XlConditionValueType, type: enums.XlFormatConditionOperator):

評価条件1を設定します。

Parameters
value:float閾値
valueType:XlConditionValueType評価条件種類
type:XlFormatConditionOperator閾値種別
def setCondition2(self, value: float, valueType: enums.XlConditionValueType, type: enums.XlFormatConditionOperator):

評価条件2を設定します。

Parameters
value:float閾値
valueType:XlConditionValueType評価条件種類
type:XlFormatConditionOperator閾値種別
def setCondition3(self, value: float, valueType: enums.XlConditionValueType, type: enums.XlFormatConditionOperator):

評価条件3を設定します。

Parameters
value:float閾値
valueType:XlConditionValueType評価条件種類
type:XlFormatConditionOperator閾値種別
def setCondition4(self, value: float, valueType: enums.XlConditionValueType, type: enums.XlFormatConditionOperator):

評価条件4を設定します。

Parameters
value:float閾値
valueType:XlConditionValueType評価条件種類
type:XlFormatConditionOperator閾値種別
def setIconset(self, iconset: enums.XlFilterIconSet):

対象アイコンセットを設定します。

Parameters
iconset:XlFilterIconSetアイコンセット
def setReverse(self, reverse: bool):

表示条件の昇順/降順の切り替えを設定します。

Parameters
reverse:booltrue:降順 false:昇順
def setShowValue(self, showValue: bool):

値を表示するかどうかを設定します。

Parameters
showValue:booltrue: 表示する false: 表示しない