MindFusion.Java Package Programmer's Guide
MeasureUnit Constructor (String, Double)
See Also
 






Initializes a new instance of the MeasureUnit class with the specified amount.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

public MeasureUnit (
    String name,
    double unitsPerInch
)

 Parameters

name

The name of the new unit.

unitsPerInch

The amount of the new unit that is equal to one inch.

 See Also

MeasureUnit Constructor Overload List
MeasureUnit Class
com.mindfusion.spreadsheet Namespace