Show / Hide Table of Contents

Class AbstractCustomFilters<T>

Inheritance
System.Object
AbstractCustomFilters<T>
CustomFilters
Namespace: DRIT.Spreadsheet
Assembly: DRIT.Spreadsheet.dll
Syntax
public class AbstractCustomFilters<T> : object where T : AbstractCustomFilter
Type Parameters
Name Description
T

Properties

And

Declaration
public bool And { get; set; }
Property Value
Type Description
System.Boolean

First

Declaration
public T First { get; set; }
Property Value
Type Description
T

Second

Declaration
public T Second { get; set; }
Property Value
Type Description
T
Back to top Generated by DocFX