| re: mshflexgrid Problem
"doller" <sufianarif@gmail.com> wrote in message news:1140494872.069891.177890@f14g2000cwb.googlegr oups.com...
[color=blue]
> Application development on vb6 and the view is MSHFLEXGRID[/color]
Use the BandColindex in that case:-
MSHFlexGrid.AddItem(string, BandColindex)
The AddItem method syntax has these parts:
Part Description
object An object expression that evaluates to an object in the Applies To list (MSHFLEXGRID).
string Required. A string expression displayed in the newly added row. To add multiple strings (for multiple columns in the row), use the tab character (vbTab) to separate each string.
index Optional. A Long value indicating the position within the control. This position is where the new row is placed. For the first row, index=0. If index is omitted, the new row becomes the last row in the band. Note that index is BandColIndex in the MSHFlexGrid. |