'宣言 Public Overloads Shared Function TryParse( _ ByVal value As System.String, _ ByVal cellReferenceMode As CellReferenceMode, _ ByVal fileFormat As WorkbookFormat, _ ByVal culture As System.Globalization.CultureInfo, _ ByRef formula As ArrayFormula, _ ByRef exception As FormulaParseException _ ) As System.Boolean
public static System.bool TryParse( System.string value, CellReferenceMode cellReferenceMode, WorkbookFormat fileFormat, System.Globalization.CultureInfo culture, out ArrayFormula formula, out FormulaParseException exception )
例外 | 解説 |
---|---|
System.ArgumentNullException | value は null または空です。 |
System.ComponentModel.InvalidEnumArgumentException | cellReferenceMode が CellReferenceMode 列挙体で定義されていません。 |
System.ComponentModel.InvalidEnumArgumentException | fileFormat が WorkbookFormat 列挙体で定義されていません。 |
オンラインで表示: GitHub