Click or drag to resize

CollectionExtended T OnSet Method

Performs additional processes before setting a value in the collection.

Namespace: Spire.Xls.Core.Spreadsheet.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
protected override void OnSet(
	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