XlsChartDataTable
BeginUpdate Method
 | 
This method should be called before several updates to the object will take place.
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
public void BeginUpdate()
 
public:
virtual void BeginUpdate() sealed
 
abstract BeginUpdate : unit -> unit 
override BeginUpdate : unit -> unit 
 
 
 
Implements
IOptimizedUpdate
BeginUpdate
 
See Also