Hi Aspose support team,
I need to set the style format numeric value with 3 decimals (like "0.000"). i used the following code, but i cannot able to achieve it. Could you please provide the sample code to achieve this functionality.
Sample code:
Style objStyle = new Style();
objStyle.Custom = "0.000";
objStyle.Font.Name = "Arial";
objStyle.Font.Size = 10;
Thanks in advance.
Regards,
Saravanan