Gets the name for the worksheet, defined by the form.
Namespace: MindFusion.Spreadsheet.Wpf.StandardForms
Assembly: MindFusion.Spreadsheet.Wpf.StandardForms
SyntaxC#
Copy Code
|
|---|
public string SheetName { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property SheetName As String |
A string value.
See Also