Gets the cell related to the event.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
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