FarPoint.Win.SpreadJ アセンブリ > FarPoint.Win.Spread 名前空間 > Rows.DefaultRow クラス : Label プロパティ |
'Declaration Public Shadows Property Label As String
'使用法 Dim instance As Rows.DefaultRow Dim value As String instance.Label = value value = instance.Label
public new string Label {get; set;}
デフォルト行にはラベルはありません。したがって、このプロパティは常にString.Emptyを返します。
このプロパティが使用できるのは実行時のみです。