HyperLinkCellType hp = new HyperLinkCellType()
{
NavigateUrl = "http://www.grapecity.com/tools/",
CssClass= "mylink"
};
FpSpread1.Cells[0, 1].CellType = hp;
Dim hp As New HyperLinkCellType() With {
.NavigateUrl = "http://www.grapecity.com/tools/",
.CssClass= "mylink"
}
FpSpread1.Cells(0, 1).CellType = hp