string Str = "img\\logo.jpg";
FarPoint.Web.Spread.HyperLinkCellType hlcell = New FarPoint.Web.Spread.HyperLinkCellType("http://www.grapecity.com", Str, "_self");
FpSpread1.ActiveSheetView.Cells[0, 0].CellType = hlcell;
FpSpread1.ActiveSheetView.Columns[0].Width = 150;
Dim Str As String = "img\logo.jpg"
Dim hlcell As New FarPoint.Web.Spread.HyperLinkCellType("http://www.grapecity.com", Str, "_self")
FpSpread1.ActiveSheetView.Cells(0, 0).CellType = hlcell
FpSpread1.ActiveSheetView.Columns(0).Width = 150