GetCellValue() приватный Метод

private GetCellValue ( object row, int colIndex ) : object
row object
colIndex int
Результат object
 public override object GetValue(object component)
 {
     return(fList.GetCellValue(component, fIndex));
 }