object[] projectName = excelService.GetRangeA1(excelFilePath, Constants.SheetName, ResourceHelper.ExcelProjectNameColumn, false, out wsStatus);
object[] idName = excelService.GetRangeA1(excelFilePath, Constants.SheetName, ResourceHelper.ExcelIDColumn, false, out wsStatus);
object[] scoreName = excelService.GetRangeA1(excelFilePath, Constants.SheetName, ResourceHelper.ExcelScoreColumn, false, out wsStatus);
Does anyone know how I can solve so as do not to be used several times object [] and other variables that are duplicates, of course, so as to obtain the values of variables of type object []

New Topic/Question
Reply



MultiQuote





|