文章作者:里海
来源网站:https://blog.csdn.net/WangPaiFeiXingYuan
简介:
遍历BlockUI树列表,获取、设置单元格的值
效果:
代码:
BlockStyler::Node* theNode = tree_control0->RootNode();
while (theNode != NULL)
{
//获取值
string strName = theNode->GetColumnDisplayText(0).GetLocaleText();
string strValue = theNode->GetColumnDisplayText(1).GetLocaleText();