MindFusion.Wpf Pack Programmer's Guide
Worksheet.Name Property
See Also
 





Gets or sets the name of the worksheet.

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

 Syntax

C#  Copy Code

public string Name { get; set; }

Visual Basic  Copy Code

Public Property Name As String

 Property Value

A string value.

 Remarks

The name of a worksheet must be unique (ignoring case) amongst all worksheets in a Workbook.

 See Also

Worksheet Members
Worksheet Class
MindFusion.Spreadsheet.Wpf Namespace