'Declaration
Public Overloads Overrides NotOverridable Function Add( _ ByVal rangeRef As RangeReference, _ ByVal item As DataValidator, _ Optional ByVal replacing As Boolean _ ) As Boolean
'Usage
Dim instance As DataValidations Dim rangeRef As RangeReference Dim item As DataValidator Dim replacing As Boolean Dim value As Boolean value = instance.Add(rangeRef, item, replacing)
public override bool Add( RangeReference rangeRef, DataValidator item, bool replacing )
Parameters
- rangeRef
- A GrapeCity.CalcEngine.RangeReference indicates the cell range to apply new DataValidator item.
- item
- The DataValidator object to apply for the specified range.
- replacing
- if set to
true
, all items, which belong to the specified range, will be clear.