Search
WorksheetRenameForm.WorksheetName Property
See Also
 






Gets the name for the worksheet, defined by the form.

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

 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