CollectionBase
T
OnClearComplete Method
|
Performs additional custom processes after 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 OnClearComplete()
Protected Overridable Sub OnClearComplete
protected:
virtual void OnClearComplete()
abstract OnClearComplete : unit -> unit
override OnClearComplete : unit -> unit
See Also