type 属性
type 属性
获取或设置此条件格式值对象的 type。 将 type 设置为 FormatConditionValueType.Min 或 FormatConditionValueType.Max 将自动将“值”设置为空。
定义:
@property
def type(self):
...
@type.setter
def type(self, value):
...
获取或设置此条件格式值对象的 type。 将 type 设置为 FormatConditionValueType.Min 或 FormatConditionValueType.Max 将自动将“值”设置为空。
@property
def type(self):
...
@type.setter
def type(self, value):
...