Show / Hide Table of Contents

Class ValuesFilter

Inheritance
System.Object
ValuesFilter
Namespace: DRIT.Spreadsheet
Assembly: DRIT.Spreadsheet.dll
Syntax
public class ValuesFilter : object

Properties

Blank

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

Values

Get the list of included values

Declaration
public List<string> Values { get; }
Property Value
Type Description
List<System.String>
Back to top Generated by DocFX