GrapeCity SPREAD for Windows Forms 11.0J
GetLineCount メソッド


ドロップダウンエディットウィンドウの現在の行数を返します。
構文
'Declaration
 
Public Function GetLineCount() As Integer
'使用法
 
Dim instance As DropDownEditor
Dim value As Integer
 
value = instance.GetLineCount()
public int GetLineCount()

戻り値の型

複数行編集コントロールの行数を含むSystem.Int32値。
解説
TextプロパティがSystem.String.Emptyの場合、このメソッドはゼロを返します。それ以外の場合は行数を返します。
参照

DropDownEditor クラス
DropDownEditor メンバ

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.