[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.CharBoxCollection.OnInsert

OnInsert Method

OnInsert(int, object)

Performs additional custom processes when clearing the contents of the CharBoxCollection 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

An int indicate the index of CharBox instance

object value

An object indcate the CharBox instance

Overrides