OnInsert Method (C1DataColumnCollection)
In This Topic
Syntax
'Declaration
Protected Overrides Sub OnInsert( _
ByVal As System.Integer, _
ByVal As System.Object _
)
protected override void OnInsert(
System.int ,
System.object
)
Parameters
- index
- value
See Also