FarPoint.Web.Spread 名前空間 > HyperLinkCellType クラス : ToolTip プロパティ |
FarPoint.Web.Spread.HyperLinkCellType hl = new FarPoint.Web.Spread.HyperLinkCellType(); hl.NavigateUrl = "http://www.grapecity.com"; hl.Target = "self"; hl.ToolTip = "Go see GrapeCity"; FpSpread1.ActiveSheetView.Cells[0, 0].CellType = hl;
Dim hl As New FarPoint.Web.Spread.HyperLinkCellType hl.NavigateUrl = "http://www.grapecity.com" hl.Target = "self" hl.ToolTip = "Go see GrapeCity" FpSpread1.ActiveSheetView.Cells(0, 0).CellType = hl