GrapeCity.Xaml.SpreadSheet.UI
CellValueApplying Event (GcSpreadSheet)


Occurs when [cell value applying].
Syntax
'Declaration
 
Public Event CellValueApplying As EventHandler(Of CellValueApplyingEventArgs)
'Usage
 
Dim instance As GcSpreadSheet
Dim handler As EventHandler(Of CellValueApplyingEventArgs)
 
AddHandler instance.CellValueApplying, handler
public event 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
CellValue Gets or sets the cell value.  
Column Gets the column index of the cell. (Inherited from GrapeCity.Xaml.SpreadSheet.UI.CellEventArgs)
Row Gets the row index of the cell. (Inherited from GrapeCity.Xaml.SpreadSheet.UI.CellEventArgs)
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

GcSpreadSheet Class
GcSpreadSheet Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options