vb.net - FormatNumber replace Decimal with Comma using SpreadsheetGear dll -


I want to apply the formatting number to Excel cell using VB.net using the SpreadsheetGear DLL below 2.22.222,00

My job:

  in the worksheet 

2,22,222.00 Need to convert. Range (number range) .numberformat = "[= 0] 0; ###, ### 00"

I am implementing this format for the English language, likewise I want number format

You can try it.

  cultureInfoGetCalcherInfo ("PT"). Number Format    

Comments

Popular posts from this blog

Out of index C/C++ -

regex - PatternSyntaxException: while using String.ReplaceAll function in java? -

objective c - how Set autolayout for multiple dynamic buttons and labells in iOS? -