Skip to main content

TdxSpreadSheetProtectWorkbook.AutoCheck Property

Specifies if the Checked property value changes when the action object is executed.

Declaration

property AutoCheck; default True;

Property Value

Type Default
Boolean True

Remarks

You can use this property to sync the Checked property value and the client control’s Checked property (or its equivalent), if present. If the AutoCheck property is set to True, the Checked property switches between True and False when the action object is executed. Otherwise, the Checked property value is not affected by the action object execution.

The default value of the AutoCheck property is True.

See Also