FarPoint.Web.Spread 名前空間 > Column クラス : CellType プロパティ |
FarPoint.Web.Spread.Column mycol;
FarPoint.Web.Spread.ButtonCellType mycell = new FarPoint.Web.Spread.ButtonCellType();
mycol = FpSpread1.ActiveSheetView.Columns[0];
mycol.CellType = mycell;
Dim mycol As FarPoint.Web.Spread.Column Dim mycell As New FarPoint.Web.Spread.ButtonCellType() mycol = FpSpread1.ActiveSheetView.Columns(0) mycol.CellType = mycell