Class ComboBoxCellItem
- Namespace
- GrapeCity.Documents.Excel
- Assembly
- GcDocs.Excel.dll
Represents an comboBox item.
public class ComboBoxCellItem
- Inheritance
-
object
ComboBoxCellItem
- Inherited Members
-
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Constructors
ComboBoxCellItem()
public ComboBoxCellItem()
Properties
Text
Gets or sets the text of the item.
public string Text { get; set; }
Property Value
- string
Value
Gets or sets the value of the item.
public object Value { get; set; }
Property Value
- object