







Address of data validation
Namespace:
OfficeOpenXml.DataValidation
Assembly:
EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
C# |
---|
public ExcelAddress Address { get; private set; } |
Visual Basic (Declaration) |
---|
Public Property Address As ExcelAddress |
Visual C++ |
---|
public: virtual property ExcelAddress^ Address { ExcelAddress^ get () sealed; void set (ExcelAddress^ value) sealed; } |