CollectionBase
T
OnClear Method
|
Performs additional custom processes when clearing the contents of 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 OnClear()
Protected Overridable Sub OnClear
protected:
virtual void OnClear()
abstract OnClear : unit -> unit
override OnClear : unit -> unit
See Also