How to give different cellsize for GoGrid

Is it possible to have different cellsize in GoGrid

GoView has these properties: GridCellSize, GridCellSizeHeight, GridCellSizeWidth, as well as access to the GoGrid object itself.

What exactly we want is to have is as shown below. different width for each cell in a gogrid.









Cell 1



Cell 2



Cell 3



Cell 4


<?: prefix = o ns = “urn:schemas-microsoft-com:office:office” /><o:p> Is this possible ?</o:p>

not with GoGrid. GoGrid implements a “regular pattern”.

Update: Do you just want to do one row, and not a table? You could get what you have above by dropping fixed-width GoTexts into a horizontal GoListGroup.