excel设置行高

//设置行高 void XlsSetRowHeight(int Row, double height) { if (!xlsAppIsInit()) { return; } CRange range; LPDISPATCH lpDisp = NULL; /*获得工做簿中的Sheet的容器*/ lpDisp = m_xlsAppLication.get_ActiveShee
相关文章
相关标签/搜索