GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet.UI 名前空間 > UIHelper クラス : ParseInput(IWorksheet,String,Int32,Int32,IPrimitiveValue,Expression,Int32,ParseInputMode) メソッド |
'宣言
Public Shared Function ParseInput( _ ByVal worksheet As IWorksheet, _ ByVal value As String, _ ByVal contextRow As Integer, _ ByVal contextColumn As Integer, _ ByRef primitiveValue As IPrimitiveValue, _ ByRef expression As Expression, _ ByRef builtInNumFmt As Integer, _ Optional ByVal mode As ParseInputMode _ ) As Boolean
public static bool ParseInput( IWorksheet worksheet, string value, int contextRow, int contextColumn, out IPrimitiveValue primitiveValue, out Expression expression, out int builtInNumFmt, ParseInputMode mode )
true
、それ以外の場合はfalse
。