C# Класс Smrf.NodeXL.ExcelTemplate.DateTimeFilterParameters

Stores parameters for a date/time dynamic filter.
A dynamic filter is a control that can be adjusted to selectively show and hide edges and vertices in the graph in real time. There is one control for each filterable column in the workbook. If the column is date, time, or date and time, an instance of this class is used to store the control's parameters.

Use the DynamicFilterUtil class to get collections of filter parameters.

Наследование: NumericFilterParameters
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
m_eFormat ExcelColumnFormat

Открытые методы

Метод Описание
AssertValid ( ) : void
DateTimeFilterParameters ( String columnName, Double minimumCellValue, Double maximumCellValue, ExcelColumnFormat format ) : System

Initializes a new instance of the class.

Описание методов

AssertValid() публичный Метод

public AssertValid ( ) : void
Результат void

DateTimeFilterParameters() публичный Метод

Initializes a new instance of the class.
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

Описание свойств

m_eFormat защищенное свойство

protected ExcelColumnFormat m_eFormat
Результат ExcelColumnFormat