FarPoint.Win.SpreadJ アセンブリ > FarPoint.Win.Spread.CellType 名前空間 > EditBaseCellType クラス : DropDownButton プロパティ |
'Declaration Public Property DropDownButton As Boolean
'使用法 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