m_dg2.SetCol(1);
m_dg2.SetRow(3);
CString   SelText1;
SelText1=m_dg2.GetSelText();
对应单元格有值,且为字符型,为什么取得的SelText1总是为空?