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