Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: Format DataGrid


Message #1 by "Grau Kilian (rds)" <rds@a...> on Thu, 6 Feb 2003 14:30:54 +0100
I like to Format a Col to 1'234.50 and found this sample but it's not
working.
 
can anyone help me ?
 
thx Kilian
 
    Dim objDFFrTausend  As StdFormat.StdDataFormat
 
    Set objDFFrTausend = New StdFormat.StdDataFormat
 
    objDFFrTausend.Format = "#,##0.00"
    
    Set .Columns.Item(9).DataFormat = objDFFrTausend


  Return to Index