public static bool TryParse( string value, CellReferenceMode cellReferenceMode, WorkbookFormat fileFormat, out ArrayFormula formula )
例外 | 解説 |
---|---|
System.ArgumentNullException | value は null または空です。 |
Infragistics.Documents.Excel.MockClasses.InvalidEnumArgumentException | cellReferenceMode が CellReferenceMode 列挙体で定義されていません。 |
Infragistics.Documents.Excel.MockClasses.InvalidEnumArgumentException | fileFormat が WorkbookFormat 列挙体で定義されていません。 |