GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.IO.OpenXml Namespace / ImportContext Class / UnitConverter Property


In This Topic
UnitConverter Property (ImportContext)
In This Topic
Gets the unit converter which converts measurement values.
Syntax
'Declaration
 
Public ReadOnly Property UnitConverter As UnitConverter
 
'Usage
 
Dim instance As ImportContext
Dim value As UnitConverter
 
value = instance.UnitConverter

Property Value

An UnitConverter object represents the unit converter.
See Also