Gets or sets the name of the new worksheet.
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.
RemarksOnly used when the specified number of sheets in the form is 1.
See Also