Spread Windows Forms 15.0
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
    public UnitConverter UnitConverter {get;}

    Property Value

    An UnitConverter object represents the unit converter.
    See Also