FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > ImageCellType Class > ImageCellType Constructor : ImageCellType Constructor(String) |
'Usage Dim imageUrl As String Dim instance As New ImageCellType(imageUrl)
FpSpread1.Sheets[0].Columns[0].Width = 200; FpSpread1.Sheets[0].Rows[0].Height = 200; FarPoint.Web.Spread.ImageCellType imagecell = new FarPoint.Web.Spread.ImageCellType("images\\dogs.jpg"); imagecell.TextOnRight = True; FpSpread1.Sheets[0].Cells[0, 0].CellType = imagecell;
FpSpread1.Sheets(0).Columns(0).Width = 200 FpSpread1.Sheets(0).Rows(0).Height = 200 Dim imagecell As New FarPoint.Web.Spread.ImageCellType("images\dogs.jpg") imagecell.TextOnRight = True FpSpread1.Sheets(0).Cells(0, 0).CellType = imagecell
Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional