GrapeCity SPREAD for Windows Forms 11.0J
ListSortColumnIndex プロパティ


ソートする列のインデックスを取得または設定します。
構文
'Declaration
 
Public Property ListSortColumnIndex As Integer
'使用法
 
Dim instance As GcComboBoxCellType
Dim value As Integer
 
instance.ListSortColumnIndex = value
 
value = instance.ListSortColumnIndex
public int ListSortColumnIndex {get; set;}

プロパティ値

System.Int32値。
デフォルト値は-1です。
解説
ドロップダウンリストをソートする場合、このプロパティによってソートの基準となる列のインデックスが決定されます。
参照

GcComboBoxCellType クラス
GcComboBoxCellType メンバ

 

 


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