[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.CharBoxCollection.OnInsertComplete

OnInsertComplete Method

OnInsertComplete(int, object)

Performs additional custom processes when inserting the contents of the CharBoxCollection instance.

Declaration
protected override void OnInsertComplete(int index, object value)
Protected Overrides Sub OnInsertComplete(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