Search
NamedRange.WorksheetName Property
See Also
 






Gets the name of the worksheet represented by this named range.

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

 Syntax

C#  Copy Code

public string WorksheetName { get; }

Visual Basic  Copy Code

Public ReadOnly Property WorksheetName As String

 Property Value

A string value.

 See Also