[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.Fields.DisplayFieldCollection-1.OnInsert

OnInsert Method

OnInsert(int, object)

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

Declaration
protected override void OnInsert(int index, object value)
Protected Overrides Sub OnInsert(index As Integer, value As Object)
Parameters
Type Name Description
int index

The zero-based index at which to insert value.

object value

The new value of the element at index.

Overrides