GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet.IO.OpenXml 名前空間 > UnitConverter クラス : CentimetersToPoints メソッド |
'Declaration
Public Shared Function CentimetersToPoints( _ ByVal centimeters As Double _ ) As Double
'使用法
Dim centimeters As Double Dim value As Double value = UnitConverter.CentimetersToPoints(centimeters)
public static double CentimetersToPoints( double centimeters )