Spread for ASP.NET 10 Product Documentation
FormulaChanged Event (ExcelSparklineGroup)


Occurs when the date formula has changed.
Syntax
'Declaration
 
Public Event FormulaChanged As ReloadSheetCellRangeEventHandler
'Usage
 
Dim instance As ExcelSparklineGroup
Dim handler As ReloadSheetCellRangeEventHandler
 
AddHandler instance.FormulaChanged, handler
public event ReloadSheetCellRangeEventHandler FormulaChanged
Event Data

The event handler receives an argument of type ReloadSheetCellRangeFormulaEventArgs containing data related to this event. The following ReloadSheetCellRangeFormulaEventArgs properties provide information specific to this event.

PropertyDescription
SheetCellRangeContainerGets the sheet cell range container.  
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

ExcelSparklineGroup Class
ExcelSparklineGroup Members

 

 


Copyright © GrapeCity, inc. All rights reserved.