CellFilter
Leave feedback
On this page
Provides an option to limit the scope of a CellColumnRedaction to a worksheet and a column.
public class CellFilter
| Name | Description |
|---|---|
| CellFilter() | Initializes a new instance. |
| 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). |
| Name | Description |
|---|---|
| const NoIndex | Represents a default value for filter, which is -1. |
Learn more
- More details about spreadsheet redactions: Spreadsheet redactions
- namespace GroupDocs.Redaction.Redactions
- assembly GroupDocs.Redaction
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.