class documentation

UniqueValueCondition(ユニーク値による条件付き書式)を扱うオブジェクトです。

Method __init__ コンストラクタ。インスタンスを作成します。
Method getCondition 評価条件を取得します。
Method setCondition 評価条件を設定します。

Inherited from FormatCondtionBaseStyleObject:

Method getBorders 枠線の書式(一括)オブジェクトを取得します。
Method getFont フォントオブジェクトを取得します。
Method getLinearGradientFill 線形グラデーションフィルオブジェクトを取得します。
Method getNumFmt セル表示書式を取得します。
Method getPatternFill パターンフィルオブジェクトを取得します。
Method getRectangleGradientFill パスグラデーションフィルオブジェクトを取得します。
Method setBorders 枠線の書式(一括)オブジェクトを設定します。
Method setFont フォントオブジェクトを設定します。
Method setLinearGradientFill 線形グラデーションフィルオブジェクトを設定します。
Method setNumFmt セル表示書式を設定します。
Method setPatternFill パターンフィルオブジェクトを設定します。
Method setRectangleGradientFill パスグラデーションフィルオブジェクトを設定します。

Inherited from FormatCondtionBaseObject (via FormatCondtionBaseStyleObject):

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

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

def getCondition(self) -> bool:

評価条件を取得します。

Returns
booltrue: 一意 false: 重複
def setCondition(self, isUnique: bool):

評価条件を設定します。

Parameters
isUnique:booltrue: 一意 false: 重複