ActiveReports for .NET 18.0J
GetLogicalLines メソッド

GrapeCity.ActiveReports.Core.Document.Drawing.Gdi.Text 名前空間 > RText クラス : GetLogicalLines メソッド
line number cut off(iteration starts from this line)
Returns an array of lines that are "logically" together. GetLines() splits the entire text based on width. GetLines() >= GetLogicalLines()
シンタックス
'宣言
 
Public Function GetLogicalLines( _
   ByVal clipLineCutoff As Integer _
) As String()
public string[] GetLogicalLines( 
   int clipLineCutoff
)

パラメータ

clipLineCutoff
line number cut off(iteration starts from this line)
参照

RText クラス
RText メンバ