How do I use this object? I know it can be used for the dataformat property of the datagrid but how do i declare it or assign a format to it or whatever...
thanks...
Printable View
How do I use this object? I know it can be used for the dataformat property of the datagrid but how do i declare it or assign a format to it or whatever...
thanks...
Here's one sample:
Dim NewFormat As StdFormat
Set NewFormat=New StdFormat
NewFormat.Format="$0.00"
Set Text1.DataFormat=NewFormat