Dear All,
How to set number format to Subtotal?
CellArea ca = new CellArea();
ca.StartRow = 0;
ca.StartColumn = 0;
ca.EndRow = row-1;
ca.EndColumn = 4;
cells.Subtotal(ca, 0, ConsolidationFunction.Sum, new int[] { 2,3,4});
cells… does not have setStyle property??
please help