Gets or sets the currently active worksheet.
Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf
C#
![]() |
---|
public Worksheet ActiveWorksheet { get; set; } |
Visual Basic
![]() |
---|
Public Property ActiveWorksheet As Worksheet |
An instance of the Worksheet class.
Setting this property to null (Nothing in Visual Basic) has no effect, even though this property can report null when no workbook is displayed in the view or if the workbook contains no worksheets.
MindFusion.Spreadsheet for WPF Programmer's Guide | © 2025 MindFusion |