max_rows_of_shared_formula属性
max_rows_of_shared_formula属性
获取并设置共享公式的最大行数。
注意事项
如果数字太大,自动过滤器在 MS Excel 2013 中的运行速度会非常慢。
定义:
@property
def max_rows_of_shared_formula(self):
...
@max_rows_of_shared_formula.setter
def max_rows_of_shared_formula(self, value):
...