You mean as in:
if listview1.ColumnHeaders(intCurrentColumn).Text = "01/01/2001"
?
Printable View
You mean as in:
if listview1.ColumnHeaders(intCurrentColumn).Text = "01/01/2001"
?
thanks I'll try that.
I also thought about as setting up the column headers populating an array to correspond. I could reference that instead