Excel significant figure formatting...

dtvonly

Member
Joined
Jan 3, 2013
Messages
22
Programming Experience
5-10
Hi. this is what I used in VB6:

VB.NET:
xlWS.Cells(Row_index, Column_index).NumberFormat = "0.0000"

...to display 4 significant figures in an Excel cell.

What is the equivalent syntax for use with VB.net (visual studio 2010)? Thanks.
 
Back
Top