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


Textプロパティの表示に使用されるSubItemのインデックスを表す整数値を取得または設定します。
構文
'Declaration
 
Public Property TextSubItemIndex As Integer
'使用法
 
Dim instance As GcComboBoxCellType
Dim value As Integer
 
instance.TextSubItemIndex = value
 
value = instance.TextSubItemIndex
public int TextSubItemIndex {get; set;}

プロパティ値

System.Int32値。
デフォルト値は0です。
例外
例外説明
System.ArgumentException値が有効ではありません。
解説
TextFormatプロパティの値がSystem.String.Emptyの場合、GrapeCity.Win.Textプロパティは、SelectedItemListItem.SubItemsコレクションに含まれるサブ項目のうち、このプロパティのインデックス値によって特定されたSubItemのテキストと一致します。
参照

GcComboBoxCellType クラス
GcComboBoxCellType メンバ

 

 


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