This seems so simple a question I was sure I could find out myself be reading.
But I haven't.
So I experimented with, for example,
System.String.Compare and System.String.CompareOrdinal
I'm sorting a DataGridView using:
Handles DataGridView1.SortCompare
I want Beatles and BEatles to appear on adjecent rows.
Is that possble?
But I haven't.
So I experimented with, for example,
System.String.Compare and System.String.CompareOrdinal
I'm sorting a DataGridView using:
Handles DataGridView1.SortCompare
I want Beatles and BEatles to appear on adjecent rows.
Is that possble?