'宣言 Public Function New( _ ByVal sourceAddress As String, _ ByVal target As Object, _ Optional ByVal displayText As String, _ Optional ByVal toolTip As String _ )
public WorksheetHyperlink( string sourceAddress, object target, string displayText, string toolTip )
例外 | 解説 |
---|---|
System.ArgumentNullException | sourceAddress が null の場合に発生します。 |
System.ArgumentException | target が文字列、WorksheetCell、WorksheetRegion、または NamedReference のインスタンスではない場合に発生します。 |
System.ArgumentException | target が 256 文字よりも長い場合に発生します。 |