CellFilter class

CellFilter class

Provides an option to limit the scope of a CellColumnRedaction to a worksheet and a column.

The CellFilter type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance.

Properties

Property Description
work_sheet_name Gets or sets a worksheet name (if applicable).
work_sheet_index Gets or sets a worksheet index (zero-based).
has_work_sheet_index Gets a value indicating whether the CellFilter.work_sheet_index is set or not.
column_index Gets or sets a column index (zero-based).
NO_INDEX Represents a default value for filter, which is -1.

Remarks

Learn more | | |

See Also