public new string Label {get; set;}
'Declaration Public Shadows Property Label As String
'Declaration
Public Shadows Property Label As String
'使用法 Dim instance As Rows.DefaultRow Dim value As String instance.Label = value value = instance.Label
'使用法
Dim instance As Rows.DefaultRow Dim value As String instance.Label = value value = instance.Label
デフォルト行にはラベルはありません。したがって、このプロパティは常にString.Emptyを返します。
このプロパティが使用できるのは実行時のみです。
Rows.DefaultRow クラス Rows.DefaultRow メンバ
© 2004-2017, GrapeCity inc. All rights reserved.