Hi everyone,
I'm trying to set the columnheaders for my Microsoft Hierachial Flexgrid control in VB6.
This is the code but I don't get any column headers:
With mshfCompanies
.ColWidth(7) = 0
.ColWidth(8) = 0
.ColHeader(0) = "Company"
.ColHeader(1) = "Address"
.ColHeader(2) = "City"
.ColHeader(3) = "Zip Code"
.ColHeader(4) = "State/Province"
.ColHeader(5) = "Country"
.Row = 1
End With
Can someone help me with setting the column headers?
I'm trying to set the columnheaders for my Microsoft Hierachial Flexgrid control in VB6.
This is the code but I don't get any column headers:
With mshfCompanies
.ColWidth(7) = 0
.ColWidth(8) = 0
.ColHeader(0) = "Company"
.ColHeader(1) = "Address"
.ColHeader(2) = "City"
.ColHeader(3) = "Zip Code"
.ColHeader(4) = "State/Province"
.ColHeader(5) = "Country"
.Row = 1
End With
Can someone help me with setting the column headers?