FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / TextCellType Class / DropDownButton Property


In This Topic
DropDownButton Property (TextCellType)
In This Topic
Gets or sets whether a drop-down button is displayed in the cell.
Syntax
'Declaration
 
Public Property DropDownButton As Boolean
 
'Usage
 
Dim instance As TextCellType
Dim value As Boolean
 
instance.DropDownButton = value
 
value = instance.DropDownButton
See Also