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