CellFilter class

CellFilter class

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

Learn more

The CellFilter type exposes the following members:

Constructors

Constructor Description
init Initializes a new CellFilter instance.

Properties

Property Description
column_index The zero-based column index.
has_work_sheet_index The property indicates whether the WorkSheetIndex is set.
work_sheet_index The worksheet index (zero-based).
work_sheet_name The worksheet name, if applicable.

Fields

Field Description
NO_INDEX Represents a default value for filter, which is -1.

See Also