FarPoint.Web.Spread 名前空間 > ImageCellType クラス : AlternateText プロパティ |
FarPoint.Web.Spread.ImageCellType img = new FarPoint.Web.Spread.ImageCellType(); img.ImageUrl = "c:\\earth.ico"; img.AlternateText = "Alternate"; img.ImageAlign = ImageAlign.Left; FpSpread1.ActiveSheetView.Cells(0, 0).CellType = img;
Dim img As New FarPoint.Web.Spread.ImageCellType img.ImageUrl = "c:\earth.ico" img.AlternateText = "Alternate" img.ImageAlign = ImageAlign.Left FpSpread1.ActiveSheetView.Cells(0, 0).CellType = img