Rearranged columns in C#
Posted
by chown
on Stack Overflow
See other posts from Stack Overflow
or by chown
Published on 2010-05-26T17:06:24Z
Indexed on
2010/05/26
17:11 UTC
Read the original article
Hit count: 250
c#
|datagridview
How can I get the rearranged columns out of a datagridview in C#? I need to get all the columns currently being displayed in order. I can get the default columns order by setting datagridview.AutoGenerateColumns=false
but I get the same old order even after I've rearranged the columns in my table.
Thanks
© Stack Overflow or respective owner