FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace > EditBaseCellType Class : DropDownButton Property |
'Declaration Public Property DropDownButton As Boolean
'Usage Dim instance As EditBaseCellType Dim value As Boolean instance.DropDownButton = value value = instance.DropDownButton
public bool DropDownButton {get; set;}
FarPoint.Win.Spread.CellType.DateTimeCellType datecell = new FarPoint.Win.Spread.CellType.DateTimeCellType(); datecell.DropDownButton = true; fpSpread1.Sheets[0].Cells[0,0].CellType =datecell;
Dim datecell As New FarPoint.Win.Spread.CellType.DateTimeCellType() datecell.DropDownButton = True FpSpread1.Sheets(0).Cells(0, 0).CellType = datecell
Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10