[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.SelectFieldItem.Text

Text Property

Text

Gets or sets the text of the item.

Declaration
public string Text { get; set; }
Public Property Text As String
Examples
SelectFieldItem item = new SelectFieldItem("Option 1", "1");
string text = item.Text;