Search
MeasureUnit.Name Property
See Also
 






Gets the name of the unit.

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

 Syntax

C#  Copy Code

public string Name { get; }

Visual Basic  Copy Code

Public ReadOnly Property Name As String

 Property Value

A string value.

 See Also