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