Method | Description | |
---|---|---|
ColumnWidth2Pixel ( this ws, double excelColumnWidth ) : int |
convert width to pixel
|
|
Mtu2Pixel ( this mtus ) : int |
convert MTU to pixel
|
|
Pixel2ColumnWidth ( this ws, int pixels ) : double |
convert pixel to width
|
|
Pixel2Mtu ( this pixels ) : int |
convert pixel to MTU
|
|
Pixel2RowHeight ( this pixels ) : double |
convert height to pixel
|
|
RowHeight2Pixel ( this excelRowHeight ) : int |
convert height to pixel
|
public static ColumnWidth2Pixel ( this ws, double excelColumnWidth ) : int | ||
ws | this | ExcelWorksheet |
excelColumnWidth | double | ColumnWidth |
return | int |
public static Mtu2Pixel ( this mtus ) : int | ||
mtus | this | mtus |
return | int |
public static Pixel2ColumnWidth ( this ws, int pixels ) : double | ||
ws | this | ExcelWorksheet |
pixels | int | pixels |
return | double |
public static Pixel2Mtu ( this pixels ) : int | ||
pixels | this | pixels |
return | int |
public static Pixel2RowHeight ( this pixels ) : double | ||
pixels | this | pixels |
return | double |
public static RowHeight2Pixel ( this excelRowHeight ) : int | ||
excelRowHeight | this | RowHeight |
return | int |