cell_reference属性
cell_reference属性
Cell 引用,指示要使用哪个单元格的值作为查询参数。仅当 parameterType 为 cell 时使用。
定义:
@property
def cell_reference(self):
...
@cell_reference.setter
def cell_reference(self, value):
...
Cell 引用,指示要使用哪个单元格的值作为查询参数。仅当 parameterType 为 cell 时使用。
@property
def cell_reference(self):
...
@cell_reference.setter
def cell_reference(self, value):
...