GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet 名前空間 > CfValue 構造体 : FromFormula メソッド |
'Declaration
Public Shared Function FromFormula( _ ByVal formula As String, _ Optional ByVal type As CfValueType, _ Optional ByVal engine As FormulaEngine _ ) As CfValue
'使用法
Dim formula As String Dim type As CfValueType Dim engine As FormulaEngine Dim value As CfValue value = CfValue.FromFormula(formula, type, engine)