CondFormatCollectionWrapper
EndUpdate Method
|
Note: This API is now obsolete.
This method should be called after several updates to the object.
Namespace:
Spire.Xls.Core.Spreadsheet.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
[ObsoleteAttribute("the method is not implemented")]
public override void EndUpdate()
<ObsoleteAttribute("the method is not implemented")>
Public Overrides Sub EndUpdate
public:
[ObsoleteAttribute(L"the method is not implemented")]
virtual void EndUpdate() override
[<ObsoleteAttribute("the method is not implemented")>]
abstract EndUpdate : unit -> unit
[<ObsoleteAttribute("the method is not implemented")>]
override EndUpdate : unit -> unit
Implements
IOptimizedUpdate
EndUpdate
See Also