tspeich
2017-06-30T17:22:25Z
I am unable to run even the simplest of examples from the manual that deal with row or column collections.
Something as simple as "iGCol myCol = iGrid1.Cols.Add()" throws an error?? "Object Doesn't support this property or method: "iGrid1.Cols"

I have a grid that needs to create columns dynamically, but will have 81 columns by default.
Each row added will have to have the data displayed in 1 of 4 formats.

I am finding this task impossible without being able to access the row/col collections and their properties.
I can create columns and rows and populate the grid with data, but I need to be able to access the collections to get the finer points of formatting accomplished correctly
Igor/10Tec
2017-07-01T11:00:17Z
You ask in the forum dedicated to the ActiveX version of iGrid, but the syntax "iGCol myCol = iGrid1.Cols.Add()" is for the .NET version. It seems, you downloaded a wrong documentation. To start with iGrid ActiveX, you can download the standalone CHM for it:

iGrid 6.5 CHM 

Don't forget to unblock the file before using as it is described in another thread on this forum:

Can't View iGrid CHM 
tspeich
2017-07-02T22:48:17Z
Thanks,
I was wondering if I had the wrong version of the manual. I have tried searching for a manual for the ActiveX version but had no luck. At least with the CHM I'm 1 step closer I hope.
Thanks again
Igor/10Tec
2017-07-03T16:04:47Z
You can also download and install the iGrid ActiveX Demo from the Download  page. It will install the documentation and a lot of samples for VB6 and MS Office VBA with full source code.