Quantcast
Channel: Visual COBOL - Forum - Recent Threads
Viewing all articles
Browse latest Browse all 4356

RE: DataGridView Sort Column

$
0
0

Hi Altair,

This can be done with the "Sort" method using code such as:-

           invoke self::dataGridView1::Sort(dataGridView1::Columns["Nome"] , type System.ComponentModel.ListSortDirection::Ascending)

Regards

David


Viewing all articles
Browse latest Browse all 4356

Trending Articles