Spread WPF 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
CentileInchSets the measurement to 1/100 of an inch.
CmSets the measurement to centimeters.
EMUsSets the measurement to EMUs (91440 EMUs/U.S. inch, 36000 EMUs/cm).
InchSets the measurement to inches.
PixelSets the measurement to pixels.
PointSets 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