Gets the name of the worksheet represented by this named range.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public string WorksheetName { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property WorksheetName As String |
A string value.
See Also