华表设置颜色
作者:yan
js里面: cell1.FindColorIndex(0x0000ff,1);
vbscript里面:cell1.FindColorIndex(RGB(255,0,0),1);
總結
- 上一篇: 联想发布小新Pro 14超能本:13代酷
- 下一篇: oracle处理回车换行符
作者:yan
js里面: cell1.FindColorIndex(0x0000ff,1);
vbscript里面:cell1.FindColorIndex(RGB(255,0,0),1);