[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.NumberDisplayFieldCollectionInfo.OnAddRange

OnAddRange Method

OnAddRange(object[])

Performs additional custom processes before inserting a new element array into the CollectionBase instance.

Declaration
protected override void OnAddRange(object[] value)
Protected Overrides Sub OnAddRange(value As Object())
Parameters
Type Name Description
object[] value

The new value of the element array.

Overrides