Interface IXLValidationCriteria
- Namespace
- SlapKit.Excel.Excel
- Assembly
- SlapKit.Excel.dll
public interface IXLValidationCriteria
- Extension Methods
-
Methods
Between(IXLCell, IXLCell)
void Between(IXLCell minValue, IXLCell maxValue)
Parameters
minValue IXLCell
maxValue IXLCell
Between(string, string)
void Between(string minValue, string maxValue)
Parameters
minValue string
maxValue string
EqualOrGreaterThan(IXLCell)
void EqualOrGreaterThan(IXLCell cell)
Parameters
cell IXLCell
EqualOrGreaterThan(string)
void EqualOrGreaterThan(string value)
Parameters
value string
EqualOrLessThan(IXLCell)
void EqualOrLessThan(IXLCell cell)
Parameters
cell IXLCell
EqualOrLessThan(string)
void EqualOrLessThan(string value)
Parameters
value string
EqualTo(IXLCell)
void EqualTo(IXLCell cell)
Parameters
cell IXLCell
EqualTo(string)
void EqualTo(string value)
Parameters
value string
GreaterThan(IXLCell)
void GreaterThan(IXLCell cell)
Parameters
cell IXLCell
GreaterThan(string)
void GreaterThan(string value)
Parameters
value string
LessThan(IXLCell)
void LessThan(IXLCell cell)
Parameters
cell IXLCell
LessThan(string)
void LessThan(string value)
Parameters
value string
NotBetween(IXLCell, IXLCell)
void NotBetween(IXLCell minValue, IXLCell maxValue)
Parameters
minValue IXLCell
maxValue IXLCell
NotBetween(string, string)
void NotBetween(string minValue, string maxValue)
Parameters
minValue string
maxValue string
NotEqualTo(IXLCell)
void NotEqualTo(IXLCell cell)
Parameters
cell IXLCell
NotEqualTo(string)
void NotEqualTo(string value)
Parameters
value string