D dxgmail Unregistered / Unconfirmed GUEST, unregistred user! 2000-05-12 #2 F1Book1.SetProtection(true, false ); //Sets the protection status of all selected cells in all selected sheets.
F1Book1.SetProtection(true, false ); //Sets the protection status of all selected cells in all selected sheets.
A antic_ant Unregistered / Unconfirmed GUEST, unregistred user! 2000-05-13 #3 dxgmail 你好 如果看了formula one 6.0的帮助可以话我也就送分了 你最好是在delphi 中写出一个例了来试试 谢谢你的关注
D dxgmail Unregistered / Unconfirmed GUEST, unregistred user! 2000-05-16 #4 要锁定单元格,需经过两个步骤: 1、选择哪些单元需要锁定(缺省的情况是所有的单元格均锁定,所以用使用 ENABLEPROTECTION时,整个工作表锁定,选择所有单元格,去掉缺省的锁定属性) 2、使锁定有效,如果不进行第二步,锁定单元格不起作用 对应的属性或方法为: F1Book1.FormatCellsDlg(F1ProtectionPage); F1Book1.EnableProtection := True;
要锁定单元格,需经过两个步骤: 1、选择哪些单元需要锁定(缺省的情况是所有的单元格均锁定,所以用使用 ENABLEPROTECTION时,整个工作表锁定,选择所有单元格,去掉缺省的锁定属性) 2、使锁定有效,如果不进行第二步,锁定单元格不起作用 对应的属性或方法为: F1Book1.FormatCellsDlg(F1ProtectionPage); F1Book1.EnableProtection := True;
A antic_ant Unregistered / Unconfirmed GUEST, unregistred user! 2000-05-16 #5 dxgmail 谢谢你了 我的另外几个问题希望你能给予帮助