ExcelFormulaParser.Engine.ExcelDataProvider.GetCellValue C# (CSharp) Method

GetCellValue() public abstract method

Returns a single cell value
public abstract GetCellValue ( int row, int col ) : ExcelCell
row int
col int
return ExcelCell
        public abstract ExcelCell GetCellValue(int row, int col);

Same methods

ExcelDataProvider::GetCellValue ( string address ) : ExcelCell