GetCellValue() 개인적인 메소드

private GetCellValue ( object row, int colIndex ) : object
row object
colIndex int
리턴 object
 public override object GetValue(object component)
 {
     return(fList.GetCellValue(component, fIndex));
 }