Results 1 to 3 of 3

Thread: Grid1.Cellwidth=200 ????

  1. #1
    Guest

    Unhappy

    Hello to all.

    Why when i try the code thats on the topic on a FlexGrid Control, it gives me an error saying that the object don´t support that property.

    numibesi

  2. #2
    Guest
    CellWidth returns the CellWidth.

    Code:
    Retval = MSFlexGrid1.CellWidth
    MsgBox Retval
    Use ColWidth to set the width.

    Code:
    MSFlexGrid1.ColWidth(1) = 200

    [Edited by Megatron on 07-29-2000 at 06:07 PM]

  3. #3
    Guest

    Thumbs up Thank you Megatron

    Thank you again.

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