Class DataValidation
Represents the data validation of a worksheet range
Inheritance
System.Object
DataValidation
Assembly: DRIT.Spreadsheet.dll
Syntax
public class DataValidation : object
Constructors
DataValidation()
Declaration
Properties
AllowBlank
Declaration
public bool AllowBlank { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Error
Declaration
public string Error { get; set; }
Property Value
Type |
Description |
System.String |
|
ErrorStyle
Declaration
public DataValidationErrorStyle ErrorStyle { get; set; }
Property Value
ErrorTitle
Declaration
public string ErrorTitle { get; set; }
Property Value
Type |
Description |
System.String |
|
Get or set the first formula
Declaration
public string Formula1 { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Formula2 { get; set; }
Property Value
Type |
Description |
System.String |
|
ImeMode
Declaration
public DataValidationImeMode ImeMode { get; set; }
Property Value
InCellDropDown
Declaration
public bool InCellDropDown { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string InputMessage { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string InputMessageTitle { get; set; }
Property Value
Type |
Description |
System.String |
|
Operator
Declaration
public DataValidationOperator Operator { get; set; }
Property Value
Range
Get or set the range where the data valibation should be applied.
Declaration
public Range Range { get; set; }
Property Value
ShowErrorMessage
Declaration
public bool ShowErrorMessage { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool ShowInputMessage { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Type
Declaration
public DataValidationType Type { get; set; }
Property Value