Click or drag to resize

CollectionBase T OnSetComplete Method

Performs additional custom processes after setting a value in this instance.

Namespace: Spire.Xls.Core.Spreadsheet.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
protected virtual void OnSetComplete(
	int index,
	T oldValue,
	T newValue
)

Parameters

index
Type: System Int32
The zero-based index at which oldValue can be found.
oldValue
Type: T
The value to replace with newValue.
newValue
Type: T
The new value of the element at index.
See Also