formula one 6.0中的指定单元格的锁定(100分)

  • 主题发起人 主题发起人 antic_ant
  • 开始时间 开始时间
A

antic_ant

Unregistered / Unconfirmed
GUEST, unregistred user!
要求能写一个delphi的例子
 
F1Book1.SetProtection(true, false );

//Sets the protection status of all selected cells in all selected sheets.
 
dxgmail 你好
如果看了formula one 6.0的帮助可以话我也就送分了
你最好是在delphi 中写出一个例了来试试
谢谢你的关注
 
要锁定单元格,需经过两个步骤:
1、选择哪些单元需要锁定(缺省的情况是所有的单元格均锁定,所以用使用
ENABLEPROTECTION时,整个工作表锁定,选择所有单元格,去掉缺省的锁定属性)
2、使锁定有效,如果不进行第二步,锁定单元格不起作用

对应的属性或方法为:
F1Book1.FormatCellsDlg(F1ProtectionPage);
F1Book1.EnableProtection := True;

 
dxgmail
谢谢你了
我的另外几个问题希望你能给予帮助
 
接受答案了.
 
后退
顶部