MindFusion.Wpf Pack Programmer's Guide
Measure Constructor (String, IFormatProvider)
See Also
 





Initializes a new instance of the Measure class.

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

 Syntax

C#  Copy Code

public Measure (
    string value,
    IFormatProvider provider
)

Visual Basic  Copy Code

Public New ( _
    value As String, _
    provider As IFormatProvider _
)

 Parameters

value

A string representing the amount and, optionally, units of measure.

provider

An IFormatProvider object that is used to interpret the specified value.

 See Also

Measure Constructor Overload List
Measure Class
MindFusion.Spreadsheet.Wpf Namespace