Results 1 to 2 of 2

Thread: MSHFlexGrid - How to make row headings Bold?

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Nov 2001
    Posts
    1,384

    MSHFlexGrid - How to make row headings Bold?

    Using the MSHFlexGrid - How do I make row headings Bold?
    Mel

  2. #2
    Hyperactive Member vbud's Avatar
    Join Date
    Jan 2002
    Location
    Mru 20 17S, 57 33E Goal: Get out of the BOX Status: In The Shadows!!! Target Posts: 3,000,000,000
    Posts
    378

    Cool

    VB Code:
    1. With MSHFlexGrid1
    2.     .Row = 0
    3.     .Col = 1
    4.     .CellFontBold = True
    5.     .TextMatrix(0, 1) = "Header"
    6.   End With
    >!v!<
    Free your mind, stop thinking
    http://inspirone.blogspot.com

    Please rate this post if it helped you

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width