GrapeCity SPREAD for Windows Forms 11.0J
Tag プロパティ (SubItemInfo)


ユーザーが自由に設定可能な値を取得または設定します。
構文
'Declaration
 
Public Property Tag As Object
'使用法
 
Dim instance As SubItemInfo
Dim value As Object
 
instance.Tag = value
 
value = instance.Tag
public object Tag {get; set;}

プロパティ値

SubItemInfoオブジェクトのタグを表すSystem.Objectオブジェクト。
デフォルト値はSystem.String.Emptyです。
参照

SubItemInfo クラス
SubItemInfo メンバ

 

 


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