Search
IHasName.Name Property
See Also
 






Gets or sets the name of the object.

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

 Syntax

C#  Copy Code

string Name { get; set; }

Visual Basic  Copy Code

Property Name As String

 Property Value

A string value.

 See Also