'宣言 Public Function New( _ ByVal sourceCell As WorksheetCell, _ ByVal target As Object, _ Optional ByVal displayText As String, _ Optional ByVal toolTip As String _ )
public WorksheetHyperlink( WorksheetCell sourceCell, object target, string displayText, string toolTip )
| 例外 | 解説 | 
|---|---|
| System.ArgumentNullException | sourceCell が null の場合に発生します。 | 
| System.ArgumentException | target が文字列、WorksheetCell、WorksheetRegion、または NamedReference のインスタンスではない場合に発生します。 | 
| System.ArgumentException | target が 256 文字よりも長い場合に発生します。 | 
| System.ArgumentException | target が sourceCell と異なるワークバークからのセル、領域、または名前付き参照の場合に発生します。 |