XlValueObject Class
In This Article
An object that can be used to create a criterion for data validation and as a threshold value specified in the conditional formatting rule.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
#Related API Members
The following members return XlValueObject objects:
#Remarks
The following properties return the XlValueObject instance:
- XlDataValidation.Criteria1;
- XlDataValidation.Criteria2;
- XlCondFmtValueObject.Value;
- XlCondFmtRuleCellIs.Value;
- XlCondFmtRuleCellIs.SecondValue.
See Also