public void SetCellContent(int sheet, int row, int col, object val) { basegrid.SetCellContent(sheet, row, col, val); }