FpSpread1.ActiveSheetView.Cells[0, 0].CellType = new FarPoint.Web.Spread.ButtonCellType("MyCommand", FarPoint.Web.Spread.ButtonType.LinkButton, "http://www.grapecity.com");
FpSpread1.ActiveSheetView.Cells[1, 0].CellType = new FarPoint.Web.Spread.ButtonCellType("MyCommand", FarPoint.Web.Spread.ButtonType.PushButton, "Push");
FpSpread1.ActiveSheetView.Cells[2, 0].CellType = new FarPoint.Web.Spread.ButtonCellType("MyCommand", FarPoint.Web.Spread.ButtonType.ImageButton, "img/edit-e.jpg");
FpSpread1.ActiveSheetView.Cells(0, 0).CellType = New FarPoint.Web.Spread.ButtonCellType("MyCommand", FarPoint.Web.Spread.ButtonType.LinkButton, "http://www.grapecity.com")
FpSpread1.ActiveSheetView.Cells(1, 0).CellType = New FarPoint.Web.Spread.ButtonCellType("MyCommand", FarPoint.Web.Spread.ButtonType.PushButton, "Push")
FpSpread1.ActiveSheetView.Cells(2, 0).CellType = New FarPoint.Web.Spread.ButtonCellType("MyCommand", FarPoint.Web.Spread.ButtonType.ImageButton, "img/edit-e.jpg")