Results 1 to 2 of 2

Thread: mshflexgrid - ColIsVisible

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Oct 1999
    Location
    chicago (hope)
    Posts
    146

    Unhappy

    Code:
    list.ColIsVisible(9) = False
    (list is a mshflexgrid)

    does not work!

    WHY?

    maybe, you know othersolutions, to hide a col...


  2. #2
    Lively Member
    Join Date
    Jan 1999
    Location
    Lincolnshire, UK
    Posts
    111
    I think that the colIsVisible property is readonly, the only way I can think of that might help is

    list.colwidth(9)=0

    bit buggy but it might help

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