请教关于 Formula One 的简单问题

bookstopbbs3 2004-07-15 10:48:30
Formula One 中 F1BOOK :

(1) 用什么语句删除一行

(2) 用什么语句使一行的底色和字体变颜色

万分感谢
...全文
89 2 打赏 收藏 转发到动态 举报
写回复
用AI写文章
2 条回复
切换为时间正序
请发表友善的回复…
发表回复
pwzhu666 2004-07-16
  • 打赏
  • 举报
回复
uppppp
qi7 2004-07-16
  • 打赏
  • 举报
回复
1.F1book1.DeleteRange(beginrow,begincol,endrow,endcol,f1shiftrows);

F1ShiftHorizontal: Cells to the right of the range are shifted left to fill the vacated space.
F1ShiftVertical:Cells below the range are shifted up to fill the vacated space.
F1ShiftRows:Rows in which the range resides are deleted and lower rows are shifted up to fill the vacated space.
F1ShiftCols:Columns in which the range resides are deleted and the rightmost columns are shifted left to fill the vacated space.
2.F1Book1.SetSelection(beginrow,begincol,beginrow,endcol); //选中一行
F1Book1.SetFont('宋体',10,true,false,false,false,$ff0000,false,true);//设置字体
行底色不知道怎么改。

5,392

社区成员

发帖
与我相关
我的任务
社区描述
Delphi 开发及应用
社区管理员
  • VCL组件开发及应用社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧