formatstring

  1. E

    Formatting a programatically created column..

    Hello Everyone I have a question that maybe somebody can help me with: I am trying to figure out the best way to format a column created at runtime. of course naturally the following code doesnt work: [B]Dim dcFutureViews As New DataColumn("Totals", GetType(String)) dcFutureViews.Expression =...
Back
Top