PowerTools MultiRow for Windows Forms 8.0J
Lines プロパティ (TextBoxCell)

TextBoxCellのテキスト行を取得または設定します。
構文
Public Property Lines As String()
public string[] Lines {get; set;}

プロパティ値

TextBoxCellのテキストを含むSystem.String配列値。
解説

配列の各要素がテキストボックス型セルの1行のテキストになります。テキストボックスコントロールのMultilineプロパティがtrueに設定されている場合、テキスト内に改行文字が現れると、改行文字より後のテキストが配列の新しい要素に追加され、異なる行に表示されます。

注意:
このプロパティによって返される行のコレクションは、TextBoxCell内の行の読み取り専用のコピーです。

参照

TextBoxCell クラス
TextBoxCell メンバ

 

 


© 2008-2015 GrapeCity inc. All rights reserved.