FarPoint.Web.Spread 名前空間 > HyperLinkCellType クラス > HyperLinkCellType コンストラクタ : HyperLinkCellType コンストラクタ(String,String) |
string Str = "img\\logo.jpg"; FarPoint.Web.Spread.HyperLinkCellType hlcell = New FarPoint.Web.Spread.HyperLinkCellType("http://www.grapecity.com", Str); 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) FpSpread1.ActiveSheetView.Cells(0, 0).CellType = hlcell FpSpread1.ActiveSheetView.Columns(0).Width = 150