FontArrayWrapper
BeginUpdate Method
 | 
Note: This API is now obsolete.
This method should be called before several updates to the object will take 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 BeginUpdate()
 
<ObsoleteAttribute("the method is implemented")>
Public Sub BeginUpdate
 
public:
[ObsoleteAttribute(L"the method is implemented")]
virtual void BeginUpdate() sealed
 
[<ObsoleteAttribute("the method is implemented")>]
abstract BeginUpdate : unit -> unit 
[<ObsoleteAttribute("the method is implemented")>]
override BeginUpdate : unit -> unit 
 
 
 
Implements
IOptimizedUpdate
BeginUpdate
 
See Also