Construct a origin object by string
BOOL okxf_resolve_string_get_origin_object( LPCSTR lpcsz, OriginObject * pObj, DWORD dwCntrl = 0 )
TRUE if successful otherwise FALSE
EX1
void okxf_resolve_string_get_origin_object_ex() { string strRange = "[Book1]Sheet1!B"; Column col; okxf_resolve_string_get_origin_object(strRange, &col); if(col) out_str( col.GetName() ); }
OriginObject::GetRangeString
xfutils.h