Search
Cell.Worksheet Property
See Also
 






Gets the worksheet this cell belongs to.

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

 Syntax

C#  Copy Code

public Worksheet Worksheet { get; }

Visual Basic  Copy Code

Public ReadOnly Property Worksheet As Worksheet

 Property Value

A Worksheet object.

 See Also