- 博客(5)
- 资源 (1)
- 收藏
- 关注
原创 delphi excel 清除区域内容
vSheet.OlePropertyGet("Range","a1:b2").OleProcedure("ClearContents");
2021-10-29 02:52:19
272
原创 c++builder excel 插入分页符
vSheet.OlePropertyGet("Rows", 28). OlePropertySet("PageBreak",1); 也可以在列上使用
2021-10-29 02:01:29
237
原创 c++ builder excel 区域复制
vSheet.OlePropertyGet("Rows", "1:27").OleProcedure("Select"); vSheet.OlePropertyGet("Rows", "1:27").OleProcedure("Copy"); vSheet.OlePropertyGet("Cells", 28, 1).OleProcedure("Select"); vSheet.OleProcedure("Paste"); 向下按行复制,好处是保留行高 同理,猜想如果是横向的排列的表 用列复制可以保持列宽
2021-10-29 01:57:59
272
原创 [ILINK32 Warning] Warning: Unexpected error detected during link
环境 c++builder 2010 编译程序出现 [ILINK32 Warning] Warning: Unexpected error detected during link [ILINK32 Error] Error: Unable to perform link 链接失败。 尝试用releas编译,提示无法打开ils文件。想到可能是管理员权限的问题。 关闭程序,右键管理员打开,成功编译。 疑问: 按理来说程序的快捷方式设置了使用管理员权限,程序就是有管理员权限的。和用右键管理员没什么区别,但是问题
2021-07-27 15:23:28
472
原创 jcl 在c++builder(bcb)中的使用方法
jcl 在c++builder(bcb)中的使用方法 1.在已有工程中,new->other 搜索jcl 创建jclexception窗口。按照导引一步一步做就可以了。 2.在右侧项目管理器右键项目,选择打开创建jdbg 3.jdbg是根据map文件生成的,因此需要生成map文件。项目的options中搜索map,设置生成map,是指生成详细的map文件。 4.map文件需要放在工程文件的目录下,一般自动声称在debug等文件夹里面,所以要手动转移一下。 5.jclexception 生成的详细堆栈报
2021-03-17 10:35:47
367
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人