jw970170
Programmer
- Aug 8, 2005
- 38
Hello,
I cannot figure out how to set the column width for a table no matter how hard I try. I've used this code but it doesn't do anything
Table.Rows(0).Cells(0).Style.Add("Height","150px")
I've also tried
Table.Rows(0).Cells(0).Width = New Unit(150,UnitType.Pixel)
I cannot figure out how to set the column width for a table no matter how hard I try. I've used this code but it doesn't do anything
Table.Rows(0).Cells(0).Style.Add("Height","150px")
I've also tried
Table.Rows(0).Cells(0).Width = New Unit(150,UnitType.Pixel)