public DateTimeFilterParameters ( String columnName, Double minimumCellValue, Double maximumCellValue, ExcelColumnFormat format ) : System |
columnName |
String |
/// Name of the column that can be filtered on.
/// |
minimumCellValue |
Double |
/// Minimum cell value in the column, in Excel's date/time format. Sample:
/// 39448.583333 (1/1/2008, 2 PM).
/// |
maximumCellValue |
Double |
/// Maximum cell value in the column, in Excel's date/time format.
/// |
format |
ExcelColumnFormat |
/// The column format.
/// |
Результат |
System |
|