API Reference
Class
ExcelDataValidationSnapshot
Immutable worksheet data-validation metadata discovered during inspection.
Inheritance
- Object
- ExcelDataValidationSnapshot
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property ExcelWorksheetSnapshot.Validations
Constructors
public ExcelDataValidationSnapshot() #Inherited Methods
Properties
public String Type { get; set; } #Validation type such as list or whole.
public String Operator { get; set; } #Validation operator, when present.
public Boolean AllowBlank { get; set; } #Whether blank values are allowed.
public String Formula1 { get; set; } #Formula1 text stored by Excel, when present.
public String Formula2 { get; set; } #Formula2 text stored by Excel, when present.
public IReadOnlyList<String> A1Ranges { get; } #All A1 ranges targeted by the validation.