データ検証機能に関する変更点は、次のとおりです。
Add(RangeReference rangeRef, DataValidationType type, DataValidationErrorStyle errorStyle, DataValidationOperator @operator, string formula1, string formula2 = null) | 17.0Jでは、これらのメソッドは廃止予定です。17.0Jで設定する新しいAPIでは、RangeReferenceではなくReferenceを使用する類似の関数が公開されています。RangeReferenceは、計算エンジンのみでの使用が想定されています。 |
Add(RangeReference[] rangeRefs, DataValidationType type, DataValidationErrorStyle errorStyle, DataValidationOperator @operator, string formula1, string formula2 = null) |