Utility class to convert between various Excel measurement units (points, pixels, width characters)
Inheritance Hierarchy
Winnovative.ExcelLibExcelUnitsConverter
Namespace: Winnovative.ExcelLib
Assembly: wnvxls (in wnvxls.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax
The ExcelUnitsConverter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ExcelUnitsConverter |
Builds a UnitsConverter object
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
PixelsToPoints |
Converts pixels to points. A point is 1/72 inch.
| |
PixelsToWidthChars |
Converts pixels to width characters. A value in width characters represents the number of characters that can be displayed in a cell
that is formatted with the standard font.
| |
PointsToPixels |
Converts points to pixels. A point is 1/72 inch.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
WidthCharsToPixels |
Converts width characters in pixels. A value in width characters represents the number of characters that can be displayed in a cell
that is formatted with the standard font.
|
See Also