MESCIUS SPREAD for ASP.NET 10.0J
ShowPopupButton プロパティ (BaseDropDownCellType)

エディタがポップアップコントロールの表示をサポートするかどうかを取得または設定します。
構文
'Declaration
 
Public Overridable Property ShowPopupButton As Boolean
public virtual bool ShowPopupButton {get; set;}
次のサンプルコードは、ShowPopupButtonプロパティを設定します。
FarPoint.Web.Spread.DateTimeCellType datecell = new FarPoint.Web.Spread.DateTimeCellType();
datecell.ShowPopupButton = true;
FpSpread1.ActiveSheetView.Columns[1].Width = 175;
FpSpread1.ActiveSheetView.Cells[1,1].CellType = datecell;
Dim datecell As New FarPoint.Web.Spread.DateTimeCellType()
datecell.ShowPopupButton = True
FpSpread1.ActiveSheetView.Columns(1).Width = 175
FpSpread1.ActiveSheetView.Cells(1, 1).CellType = datecell
参照

BaseDropDownCellType クラス
BaseDropDownCellType メンバ

 

 


© MESCIUS inc. All rights reserved.