Spread Silverlight Documentation
CellValueApplying Event (SheetView)


Occurs when [cell value applying].
Syntax
'Declaration
 
Public Event CellValueApplying As System.EventHandler(Of CellValueApplyingEventArgs)
'Usage
 
Dim instance As SheetView
Dim handler As System.EventHandler(Of CellValueApplyingEventArgs)
 
AddHandler instance.CellValueApplying, handler
public event System.EventHandler<CellValueApplyingEventArgs> CellValueApplying
Event Data

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

PropertyDescription
CellValueGets or sets the cell value.  
ColumnGets the column index of the cell. (Inherited from GrapeCity.Windows.SpreadSheet.UI.CellEventArgs)
RowGets the row index of the cell. (Inherited from GrapeCity.Windows.SpreadSheet.UI.CellEventArgs)
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

SheetView Class
SheetView Members

 

 


Copyright © GrapeCity, inc. All rights reserved.