'宣言 Public Default Property Item( _ ByVal rule As DataValidationRule _ ) As WorksheetReferenceCollection
public WorksheetReferenceCollection this[ DataValidationRule rule ]; {get; set;}
例外 | 解説 |
---|---|
System.ArgumentNullException | rule が null の場合に発生します。 |
System.Collections.Generic.KeyNotFoundException | プロパティが取得され、rule が Worksheet に適用されていない場合に発生します。 |
System.ArgumentException | プロパティが設定され、値がこのコレクション以外のワークシートからのものである場合に発生します。 |
System.ArgumentException | プロパティが設定されており、rule がそのルール タイプの要件に基づいて無効な場合に発生します。 |