Hi,
I am selecting cells from column letz say 1,3 and 5.
How do i get the col indices of these columns since i want to hide those columns.
I used
GridRangeInfoList ranges =
this.m_PretestListingGrid.Selections.GetSelectedCols(
true, true);
but it didnt give me proper column index