'宣言 Public Function GetTabStops( _ ByRef firstTabOffset As System.Integer, _ ByRef tabUnit As TabUnit _ ) As System.Integer()
public System.int[] GetTabStops( out System.int firstTabOffset, out TabUnit tabUnit )
パラメータ
- firstTabOffset
- The number of spaces between the beginning of a text line and the first tab stop.
- tabUnit
- The unit of the tab stops and offset.
戻り値の型
An array of distances (in number of spaces) between tab stops.