Overload | Description |
---|---|
HyperLinkCellType Constructor() | Creates a new hyperlink cell with no destination URL. |
HyperLinkCellType Constructor(String) | Creates a new hyperlink cell with the specified destination URL. |
HyperLinkCellType Constructor(String,String) | Creates a new hyperlink cell with the specified destination URL and image. |
HyperLinkCellType Constructor(String,String,String) | Creates a new hyperlink cell with the specified destination URL, image, and target. |