'Declaration Public Property Text As String
'Usage Dim instance As CellValue Dim value As String instance.Text = value value = instance.Text
public string Text {get; set;}
CellValue Structure CellValue Members