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