Spread Silverlight Documentation
UnitType Enumeration


GrapeCity.Windows.SpreadSheet.Data Namespace : UnitType Enumeration
Specifies the unit of measurement.
Syntax
'Declaration
 
Public Enum UnitType 
   Inherits System.Enum
'Usage
 
Dim instance As UnitType
public enum UnitType : System.Enum 
Members
MemberDescription
CentileInch Sets the measurement to 1/100 of an inch.
Cm Sets the measurement to centimeters.
EMUs Sets the measurement to EMUs (91440 EMUs/U.S. inch, 36000 EMUs/cm).
Inch Sets the measurement to inches.
Pixel Sets the measurement to pixels.
Point Sets the measurement to points. A point is 1/72 of an inch.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Windows.SpreadSheet.Data.UnitType

See Also

Reference

GrapeCity.Windows.SpreadSheet.Data Namespace