Method | Description | |
---|---|---|
Create ( ITable inputTable ) : |
||
GetValue ( long rowNumber, int columnOffset ) : Field | ||
MergeIn ( ITable outsideTable ) : void |
Method | Description | |
---|---|---|
GetIndex ( int column, int originalColumn, ITable table ) : ColumnIndex |
Method | Description | |
---|---|---|
IRootTable ( IRootTable other ) : bool | ||
OuterTable ( IEnumerable |
public static Create ( ITable inputTable ) : |
||
inputTable | ITable | |
return |
protected GetIndex ( int column, int originalColumn, ITable table ) : ColumnIndex | ||
column | int | |
originalColumn | int | |
table | ITable | |
return | ColumnIndex |
public GetValue ( long rowNumber, int columnOffset ) : Field | ||
rowNumber | long | |
columnOffset | int | |
return | Field |
public MergeIn ( ITable outsideTable ) : void | ||
outsideTable | ITable | |
return | void |