Gets the name of the new worksheet.
Namespace: MindFusion.Spreadsheet.WinForms
Assembly: MindFusion.Spreadsheet.WinForms.StandardForms
SyntaxC#
Copy Code
|
|---|
public string SheetName { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property SheetName As String |
RemarksOnly used when the specified number of sheets in the form is 1.
See Also