Spread Silverlight Documentation
DataCalculated Event


Occurs when all formulas are calculated.
Syntax
'Declaration
 
Public Event DataCalculated As System.EventHandler
'Usage
 
Dim instance As Workbook
Dim handler As System.EventHandler
 
AddHandler instance.DataCalculated, handler
public event System.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 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

Workbook Class
Workbook Members

 

 


Copyright © GrapeCity, inc. All rights reserved.