T
Tracey
I used the following code to get rid of gridline of
datagrid1. However, the gridline are still there.
Can someone tell me what's wrong with that?
Dim tablestyle as new tablestyle
with tablestyle
.gridlinestyle = none
.mappingname = ctype(datagrid1.datasource, datatable)
end with
datagrid1.tablestyles.add(tablestyle)
datagrid1. However, the gridline are still there.
Can someone tell me what's wrong with that?
Dim tablestyle as new tablestyle
with tablestyle
.gridlinestyle = none
.mappingname = ctype(datagrid1.datasource, datatable)
end with
datagrid1.tablestyles.add(tablestyle)