Gets or sets the name of the worksheet.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public string Name { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Name As String |
A string value.
RemarksThe name of a worksheet must be unique (ignoring case) amongst all worksheets in a Workbook.
See Also