Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.IO.OpenXml Namespace / ExportContext Class / UnitConverter Property


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

Property Value

An UnitConverter object represents the unit converter.
See Also