Gets the cell for which the event was raised.
Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf
SyntaxC#
Copy Code
|
|---|
public Cell Cell { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Cell As Cell |
An instance of the Cell class.
See Also