Class CellValuesFilterBase
Provides a base class for the filter classes which hide or show the cells based on the cell value.
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.Model.Filtering
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public abstract class CellValuesFilterBase : FilterBase<ICellValue>, IFilter, ITranslatable, ICopyable<IFilter>
  Constructors
CellValuesFilterBase(Int32)
Initializes a new instance of the CellValuesFilterBase class.
Declaration
protected CellValuesFilterBase(int relativeColumnIndex)
  Parameters
| 
        System.Int32
        relativeColumnIndex
         The relative index of the column.  | 
    
Properties
PropertyDefinition
Gets the property definition for the value which will be retrieved by the GetValue method.
Declaration
protected override IPropertyDefinition<ICellValue> PropertyDefinition { get; }
  Property Value
| 
        IPropertyDefinition<ICellValue>
         The property definition.  |