Page 1 of 1

how to protect the control in table cell for delete?

Posted: Sat Nov 06, 2010 5:15 am
by chuqingsheng
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.

Posted: Sat Nov 06, 2010 9:11 am
by Sergey Tkachenko
Assign non-zero value to rvepDeleteProtect property for this control's item.
When generating document, you can do it using Cell.SetItemExtraIntProperty method.