'宣言 Public Property SourceCell As WorksheetCell
public WorksheetCell SourceCell {get; set;}
例外 | 解説 |
---|---|
System.InvalidOperationException | IsSealed が True の場合に発生します。 |
System.ArgumentNullException | 割り当てられた値が null の場合に発生します。 |
System.ArgumentException | 割り当てられた値がハイパーリンクと同じワークシートにない場合に発生します。 |