Hello,
Won’t it be more useful if there was an enum that will be more clear for changing the cell format than
newStyle.Number = 8;
Like, for example
newStyle.Number = FormatType.CurrencyWithRedNegatives;
?
I always have to check your documentation page about it to know what to use
This message was posted using Page2Forum from Setting Display Formats of Numbers & Dates - Aspose.Cells for .NET