Beispiel #1
0
 IRelationalRow IRelationalSheet.IndexedLookup(string index, int key)
 {
     return(ActiveSheet.IndexedLookup(index, key));
 }
Beispiel #2
0
 public IRelationalRow IndexedLookup(string index, int key)
 {
     return(_Source.IndexedLookup(index, key));
 }
 public IRow GetRow(IRelationalSheet sheet, int key)
 {
     return(sheet.IndexedLookup(KeyColumnName, key));
 }