moving columns in a datagridveiw

rjhe22

Well-known member
Joined
May 22, 2008
Messages
88
Programming Experience
Beginner
should this line work to move a column to the start of a datagridview

VB.NET:
Me.grdTransferInstruction.Columns("BankID").DisplayIndex = 0
 
Yes, it should.
 
Back
Top