C# 클래스 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.

상속: Object
파일 보기 프로젝트 열기: 2014-sed-team3/term-project

공개 메소드들

메소드 설명
GetDynamicFilterParameters ( Microsoft workbook, String worksheetName, String tableName ) : ICollection

비공개 메소드들

메소드 설명
ColumnShouldBeExcluded ( ListColumn oColumn ) : System.Boolean
GetRandomDynamicFilterParameters ( String sTableName ) : ICollection
TryGetNumericRange ( String sWorksheetName, ListColumn oColumn, Double &dMinimumCellValue, Double &dMaximumCellValue ) : System.Boolean

메소드 상세

GetDynamicFilterParameters() 공개 정적인 메소드

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