|
-
Feb 3rd, 2000, 05:06 PM
#1
Thread Starter
Lively Member
Hi, I'm having trouble adding "items" in a MSFlexGrid control. I need to add a new row at the top of my MSFlexGrid control.
I looked at the help files but it does not work. Who can help me ??
R@emdonck
MyCode:
Private Sub CommandButton1_Click()
With Me.MSFlexGrid1
.FillStyle = flexFillRepeat
'.AddItem (item as String,[index])
.AddItem ("HELP", 0) '<-- this doesn't work !!!
.CellBackColor = &HFF00&
End With
End Sub
[This message has been edited by R@emdonck (edited 02-04-2000).]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|