Esempio n. 1
0
 private void AddContentDataForGridStatisticsParameters(ExcelWorksheet worksheet, GridStatisticsViewModel gridStatistics, ref int rowIndex)
 {
     worksheet.Cells[rowIndex, 1].Value = string.Format("{0}: {1}", Resource.GridStatisticsCoordinateSystem, gridStatistics.GetSelectedCoordinateSystemName());
     rowIndex++;
     worksheet.Cells[rowIndex, 1].Value = string.Format("{0}: {1}", Resource.GridStatisticsGridSize, gridStatistics.GetGridSizeFormatted());
     rowIndex = rowIndex + 2;
 }