I am just learning VB, and have a great god know what is the content of the above the left picture box made up of
CodePudding user response:
Don't know what I want to ask youIs to want to ask, what is the control? You can use the MSFlexGrid control,
Want to ask in that controls how add modification project?
Add: MSFlexGrid1. Additem "1" & amp; VbTab & amp; "2" & amp; VbTab & amp; "3"
Update:
MSFlexGrid1. TextMatrix (1, 2)="3" 'modify the row index is 1, the column index for 2 cell has a value of 3
Or
MSFlexGrid1. Row=1
MSFlexGrid1. Col=2
MSFlexGrid1. Text="3"
CodePudding user response:
on the top floorCodePudding user response:
A bit too early, feel the original poster is not suited for this, to find a point what headphones to say again first,CodePudding user response: