[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.CharBoxCollection.OnRemove

OnRemove Method

OnRemove(int, object)

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

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