CellFilter

CellFilter class

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

public class CellFilter

Constructors

Name Description
CellFilter() Initializes a new instance.

Properties

Name Description
ColumnIndex { get; set; } Gets or sets a column index (zero-based).
HasWorkSheetIndex { get; } Gets a value indicating whether the WorkSheetIndex is set or not.
WorkSheetIndex { get; set; } Gets or sets a worksheet index (zero-based).
WorkSheetName { get; set; } Gets or sets a worksheet name (if applicable).

Fields

Name Description
const NoIndex Represents a default value for filter, which is -1.

Remarks

Learn more

See Also