Click or drag to resize

ExcelUnitsConverter Constructor

Builds a UnitsConverter object

Namespace:  ExpertXls.ExcelLib
Assembly:  expertxls (in expertxls.dll) Version: 7.0.0
Syntax
public ExcelUnitsConverter(
	ExcelWorkbook workbook
)

Parameters

workbook
Type: ExpertXls.ExcelLibExcelWorkbook
The workbook used to transform pixels to width characters.
See Also