I have a control in table cell. I need the user cannt delete this control. how to ?
I don't find any protect for control.
how to protect the control in table cell for delete?
-
- Posts: 38
- Joined: Sat Nov 06, 2010 5:12 am
-
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Assign non-zero value to rvepDeleteProtect property for this control's item.
When generating document, you can do it using Cell.SetItemExtraIntProperty method.
When generating document, you can do it using Cell.SetItemExtraIntProperty method.