| | |
| | | StaticMethod FillRows ( |
| | | const GeneralExcelImportAndExportDataTable general, |
| | | Strings rowKeys, |
| | | NamedValueTree rowKeyIndexTree, |
| | | NamedValueTree rowTree, |
| | | constcontent GeneralExcelImportAndExportDataRows rows |
| | | ) |
| | |
| | | tempHandle := rowTree.GetHandle( rowKey ); |
| | | rowTree.Root().AddChild( tempHandle ,i); |
| | | rows.Add( tempRowKeyCell1.GeneralExcelImportAndExportDataRow()); |
| | | rowKeys.Add( rowKey ); |
| | | |
| | | rowKeyHanlde := rowKeyIndexTree.GetHandle( rowKey ); |
| | | rowKeyIndex := guard( rowKeyIndexTree.Root().Child( rowKeyHanlde ),null( NamedValue )); |
| | | if( isnull( rowKeyIndex )){ |
| | | rowKeys.Add( rowKey ); |
| | | rowKeyIndexTree.Root().AddChild( rowKeyHanlde,rowKeys.Size() - 1 ); |
| | | } |
| | | |
| | | } |
| | | *] |
| | | } |