Class GroupingGridExcelConverterControl.GridTableDictionary
Maintain all GridTables in a hash table with hierarchy level.
Inheritance
System.Object
GroupingGridExcelConverterControl.GridTableDictionary
Namespace: Syncfusion.GroupingGridExcelConverter
Assembly: Syncfusion.GridConverter.Windows.dll
Syntax
public class GridTableDictionary : Hashtable
Constructors
GridTableDictionary()
Initializes a new instance of the GroupingGridExcelConverterControl.GridTableDictionary class.
Declaration
public GridTableDictionary()
Methods
Add(Object, Object)
Adds an element with the specified key and value into the System.Collections.Hashtable.
Declaration
public void Add(object key, object value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | key | The key of the element to add. |
| System.Object | value | The value of the element to add. The value can be null. |
GetGridTable(String)
Retrieves the GridTable from the hashtable collection.
Declaration
public GridTable GetGridTable(string tableName)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | tableName | Name of the table to be retrieved. |
Returns
| Type | Description |
|---|---|
| GridTable | The GridTable |
GetTableLevel(Table)
Gets the table level
Declaration
public int GetTableLevel(Table table)
Parameters
| Type | Name | Description |
|---|---|---|
| Table | table | The Table. |
Returns
| Type | Description |
|---|---|
| System.Int32 | The level of the table in grid. |
GetTableLevel(String)
Gets the table level
Declaration
public int GetTableLevel(string tableName)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | tableName | The name of the Table. |
Returns
| Type | Description |
|---|---|
| System.Int32 | The level of the table in grid. |