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