Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

SpreadsheetDataValidationBehaviorOptions Properties

Provides options to restrict an end-user’s capability to manage data validation rules in a document loaded into SpreadsheetControl.
Name Description
CircleInvalidData Gets or sets the document’s capability to display circles around incorrect values entered into validated cells.
CircleInvalidDataAllowed Gets whether an end-user is allowed to circle invalid data.
ClearValidationCircles Gets or sets the document’s capability to hide data validation circles.
ClearValidationCirclesAllowed Gets whether an end-user is allowed to hide validation circles.
ModifyValidationRules Gets or sets the document’s capability to create, modify or clear data validation rules.
ModifyValidationRulesAllowed Gets whether an end-user is allowed to create or modify data validation rules.
See Also