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
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