C# Class Smrf.NodeXL.ExcelTemplate.DynamicFilterUtil

Utility methods for working with dynamic filters.
A dynamic filter is a control that can be adjusted to selectively show and hide edges and vertices in the graph in real time.

Call the GetDynamicFilterParameters method to get filter parameters for all filterable columns in a specified table.

All methods are static.

Inheritance: Object
ファイルを表示 Open project: 2014-sed-team3/term-project

Public Methods

Method Description
GetDynamicFilterParameters ( Microsoft workbook, String worksheetName, String tableName ) : ICollection

Private Methods

Method Description
ColumnShouldBeExcluded ( ListColumn oColumn ) : System.Boolean
GetRandomDynamicFilterParameters ( String sTableName ) : ICollection
TryGetNumericRange ( String sWorksheetName, ListColumn oColumn, Double &dMinimumCellValue, Double &dMaximumCellValue ) : System.Boolean

Method Details

GetDynamicFilterParameters() public static method

public static GetDynamicFilterParameters ( Microsoft workbook, String worksheetName, String tableName ) : ICollection
workbook Microsoft
worksheetName String
tableName String
return ICollection