GrapeCity.Xaml.SpreadSheet.Data
DataCalculated Event


Occurs when all formulas are calculated.
Syntax
'Declaration
 
Public Event DataCalculated As EventHandler
'Usage
 
Dim instance As Workbook
Dim handler As EventHandler
 
AddHandler instance.DataCalculated, handler
public event EventHandler DataCalculated
Remarks
Rows and cell data are loaded as needed for display when the LoadExcelOnDemand property is true. Use the DataCalculated event to determine when all data has been loaded and calculated. Set the LoadExcelOnDemand property before loading an Excel-formatted file to speed up loading.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

Workbook Class
Workbook Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options