Search
WorksheetRenameForm.SheetName Property
See Also
 






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

Namespace: MindFusion.Spreadsheet.Wpf.StandardForms
Assembly: MindFusion.Spreadsheet.Wpf.StandardForms

 Syntax

C#  Copy Code

public string SheetName { get; set; }

Visual Basic  Copy Code

Public Property SheetName As String

 Property Value

A string value.

 See Also