Gets or sets the currently active worksheet.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public Worksheet ActiveWorksheet { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ActiveWorksheet As Worksheet |
An instance of the Worksheet class.
RemarksSetting 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