GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet 名前空間 > CfValue 構造体 > FromPrimitiveValue メソッド : FromPrimitiveValue(Double,CfValueType) メソッド |
'Declaration
Public Overloads Shared Function FromPrimitiveValue( _ ByVal value As Double, _ Optional ByVal type As CfValueType _ ) As CfValue
'使用法
Dim value As Double Dim type As CfValueType Dim value As CfValue value = CfValue.FromPrimitiveValue(value, type)
public static CfValue FromPrimitiveValue( double value, CfValueType type )