how to protect the control in table cell for delete?

General TRichView support forum. Please post your questions here
Post Reply
chuqingsheng
Posts: 38
Joined: Sat Nov 06, 2010 5:12 am

how to protect the control in table cell for delete?

Post 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.
Sergey Tkachenko
Site Admin
Posts: 17559
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post 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.
Post Reply