|
-
February 11th, 2003, 01:46 PM
#1
How to adjust the column width in a datagrid
Hi !
I'm able to set the differetns column's name of a datadrid but not the width. How can i do that?
Here's my code how i adjust the column name:
Dim adoDRCurrentRow As DataRow
Dim adoDCEffetsIdentifies As New DataColumn
adoDCEffetsIdentifies = CType(_adodtCheque, DataTable).Columns(0)
adoDCEffetsIdentifies.ColumnName = "DATE COMPTABLE"
adoDCEffetsIdentifies = CType(_adodtCheque, DataTable).Columns(1)
adoDCEffetsIdentifies.ColumnName = "NO REF"
Thanks
Alexandre
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|