Click or drag to resize

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
)

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