cell_reference property

cell_reference property

Cell reference indicating which cell’s value to use for the query parameter. Used only when parameterType is cell.

Definition:

@property
def cell_reference(self):
    ...
@cell_reference.setter
def cell_reference(self, value):
    ...

See Also