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