'宣言 Public Overloads Function Add( _ ByVal tabPosition As Unit, _ ByVal tabAlignment As TabAlignmentEnum, _ ByVal fillChar As System.Char _ ) As System.Integer
'使用法 Dim instance As TabPositionCollection Dim tabPosition As Unit Dim tabAlignment As TabAlignmentEnum Dim fillChar As System.Char Dim value As System.Integer value = instance.Add(tabPosition, tabAlignment, fillChar)
public System.int Add( Unit tabPosition, TabAlignmentEnum tabAlignment, System.char fillChar )
パラメータ
- 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.
- fillChar
- The fill char between the preceding and the added tab stop.
戻り値の型
The index of the added TabPosition object in the current collection.