[]
Gets or sets the button's content.
public string Text { get; set; }
Public Property Text As String
ButtonCellType button = new ButtonCellType(); button.Text = "Submit"; string text = button.Text;