Namespace: Spire.Xls.Core.Spreadsheet.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
protected override void OnInsertComplete(
	int index,
	T value
)
Protected Overrides Sub OnInsertComplete ( 
	index As Integer,
	value As T
)
protected:
virtual void OnInsertComplete(
	int index, 
	T value
) override
abstract OnInsertComplete : 
        index : int * 
        value : 'T -> unit 
override OnInsertComplete : 
        index : int * 
        value : 'T -> unit 

Parameters

index
Int32
value
T

See Also