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