Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
In my C# interop code I'm setting the NumberFormat property in the following
manner: ((Range)workSheet.Cells[rowIndex, columnIndex]).NumberFormat = "#0.0000"; Unfortunately this format is not being used in the generated spreadsheet. What's weird is that if go to the "Format Cells" dialog and select "Custom" the format string I set in code has been added to the format list. It's as if it's been defined, but not been applied to the actual cell. Any ideas on what's going on? -Thx |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
NumberFormat | Excel Discussion (Misc queries) | |||
numberformat? | Excel Discussion (Misc queries) | |||
NumberFormat? | Excel Worksheet Functions | |||
NumberFormat for date axis is not working | Excel Programming | |||
VBA NumberFormat | Excel Programming |