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
Printable View
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
CellWidth returns the CellWidth.
Use ColWidth to set the width.Code:Retval = MSFlexGrid1.CellWidth
MsgBox Retval
Code:MSFlexGrid1.ColWidth(1) = 200
[Edited by Megatron on 07-29-2000 at 06:07 PM]
Thank you again.