HA
haneefm
Syncfusion Team
September 28, 2007 06:45 PM UTC
Hi Thanvir,
You can get the location text of the gridcell using the GridRangeInfo.GetAlphaLabel and GridRangeInfo.GetNumericLabel method. Here is a code snippet:
string cellLocationText = GridRangeInfo.GetAlphaLabel(ColIndex) + GridRangeInfo.GetNumericLabel(RowIndex);
Best Regards,
Haneef