[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ButtonCellType.Text

Text Property

Text

Gets or sets the button's content.

Declaration
public string Text { get; set; }
Public Property Text As String
Examples
ButtonCellType button = new ButtonCellType();
button.Text = "Submit";
string text = button.Text;