GrapeCity.Spreadsheet アセンブリ > GrapeCity.Core 名前空間 > DocumentProperty クラス : Text プロパティ |
'Declaration
Public Property Text As String
'使用法
Dim instance As DocumentProperty Dim value As String instance.Text = value value = instance.Text
public string Text {get; set;}