Raises the ActiveWorksheetChanged event.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
protected virtual void OnActiveWorksheetChanged ( |
Visual Basic
Copy Code
|
|---|
Protected Overridable Sub OnActiveWorksheetChanged( _ |
An object providing the event data.
RemarksThe currently active worksheet can be accessed through the ActiveWorksheet property.
See Also