CellColumnRedactionFilter Property |
Gets the column and worksheet filter.
Namespace: GroupDocs.Redaction.RedactionsAssembly: GroupDocs.Redaction (in GroupDocs.Redaction.dll) Version: 21.9
Syntaxpublic CellFilter Filter { get; }
Public ReadOnly Property Filter As CellFilter
Get
public:
property CellFilter^ Filter {
CellFilter^ get ();
}
member Filter : CellFilter with get
Property Value
Type:
CellFilter
See Also