How would i merge the columns in a specified row in my flexgrid?
Aparently this doesn't work...
VB Code:
'merge .Row = COUNT .MergeCells = MSFlexGridLib.MergeCellsSettings.flexMergeRestrictColumns .set_MergeCol(0, True) .set_MergeCol(1, True) .set_MergeCol(2, True)
Any ideas?
Thanks in advance!




Reply With Quote