Search results for query: *

  • Users: jvencl
  • Content: Threads
  • Order by date
  1. J

    String formating issue

    I am formatting a string to put onto a report. The string needs to be vertical because it is displaying a Height value. I dim a format and set a formatflag of .directionvertical like this ... Dim format As New StringFormat format.FormatFlags = StringFormatFlags.DirectionVertical The issue...
Back
Top