MindFusion.Wpf Pack Programmer's Guide
WorkbookView.ActiveWorksheet Property
See Also
 





Gets or sets the currently active worksheet.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public Worksheet ActiveWorksheet { get; set; }

Visual Basic  Copy Code

Public Property ActiveWorksheet As Worksheet

 Property Value

An instance of the Worksheet class.

 Remarks

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.

 See Also

WorkbookView Members
WorkbookView Class
MindFusion.Spreadsheet.Wpf Namespace