'宣言 Public Function Add( _ ByVal hyperlinkInfo As C1HyperlinkInfo _ ) As System.Integer
'使用法 Dim instance As C1HyperlinkInfoCollection Dim hyperlinkInfo As C1HyperlinkInfo Dim value As System.Integer value = instance.Add(hyperlinkInfo)
public System.int Add( C1HyperlinkInfo hyperlinkInfo )
パラメータ
- hyperlinkInfo
- The C1HyperlinkInfo to add.
戻り値の型
The index of the newly added object in the current collection.