Search
WorksheetView.Worksheet Property
See Also
 






Gets or sets the Worksheet displayed in the view.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public Worksheet Worksheet { get; set; }

Visual Basic  Copy Code

Public Property Worksheet As Worksheet

 Property Value

An instance of the Worksheet class.

 See Also