'宣言 Public Function FindRule( _ ByVal cell As WorksheetCell _ ) As DataValidationRule
public DataValidationRule FindRule( WorksheetCell cell )
例外 | 解説 |
---|---|
System.ArgumentNullException | cell が null の場合に発生します。 |
System.ArgumentException | cell が、このコレクション以外のワークシートにある場合に発生します。 |