XlsValidationWrapper Constructor (XlsRange, XlsValidation)
|
Initializes a new instance of the XlsValidationWrapper class with the specified range and validation,.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public XlsValidationWrapper(
XlsRange range,
XlsValidation wrap
)
Public Sub New (
range As XlsRange,
wrap As XlsValidation
)
public:
XlsValidationWrapper(
XlsRange^ range,
XlsValidation^ wrap
)
new :
range : XlsRange *
wrap : XlsValidation -> XlsValidationWrapper
Parameters
-
range
-
Type:
Spire.Xls.Core.Spreadsheet
XlsRange
The XlsRange object representing the range to which the validation is applied.
-
wrap
-
Type:
Spire.Xls.Core.Spreadsheet
XlsValidation
The XlsValidation object representing the validation to be applied.
Return Value
Type:
An instance of the XlsValidationWrapper class.
See Also