'宣言 Public Overloads Function AddHyperlink( _ ByVal text As System.String, _ ByVal target As C1LinkTarget _ ) As ParagraphText
'使用法 Dim instance As ParagraphObjectCollection Dim text As System.String Dim target As C1LinkTarget Dim value As ParagraphText value = instance.AddHyperlink(text, target)
public ParagraphText AddHyperlink( System.string text, C1LinkTarget target )
パラメータ
- text
- The text string to add.
- target
- A C1LinkTarget which is the target of the hyperlink.
戻り値の型
A ParagraphText object representing the specified text string, associated with the specified hyperlink.