Gets the worksheet that is the source of the event.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public Worksheet Worksheet { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Worksheet As Worksheet |
An instance of the Worksheet class.
See Also