 | StateBasedObjectDataValidation Property |
Represents an external link to another workbook..
Represents the following element tag in the schema: xr:dataValidation.
Namespace: DocumentFormat.OpenXml.Office2016.ExcelAssembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.11.3+Branch.master.Sha.3fcdea311b5a001803ff150de35c25fd4cd62f93.3fcdea311b5a001803ff150de35c25fd4cd62f93
Syntaxpublic DataValidation DataValidation { get; set; }Public Property DataValidation As DataValidation
Get
Set
public:
property DataValidation^ DataValidation {
DataValidation^ get ();
void set (DataValidation^ value);
}member DataValidation : DataValidation with get, set
Property Value
DataValidation
See Also