'宣言 Public Overloads Function Add( _ ByVal tabPosition As Unit _ ) As System.Integer
'使用法 Dim instance As TabPositionCollection Dim tabPosition As Unit Dim value As System.Integer value = instance.Add(tabPosition)
public System.int Add( Unit tabPosition )
パラメータ
- tabPosition
- The position of the tab stop relative to the left edge of the text area.
戻り値の型
The index of the added TabPosition object in the current collection.