GrapeCity ActiveReports for .NET 16.0J
LineSpacing プロパティ (TextBox)
使用例 

GrapeCity.ActiveReports.SectionReportModel 名前空間 > TextBox クラス : LineSpacing プロパティ
行間を取得または設定します。単位はポイントです。
シンタックス
'宣言
 
Public Property LineSpacing As Single
public float LineSpacing {get; set;}
使用例
private void detail_Format(object sender, EventArgs e)
{
   this.textBox1.CanGrow = True;
   this.textBox1.MultiLine = True;
   this.textBox1.LineSpacing = 5;
}
Private Sub Detail1_Format(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Detail1.Format
   Me.TextBox1.CanGrow = True
   Me.TextBox1.MultiLine = True
   Me.TextBox1.LineSpacing = 5
End Sub
参照

TextBox クラス
TextBox メンバ