[]
Creates a new hyperlink cell with default settings.
public HyperLinkCellType()
Public Sub New()
Creates a new copy from the specified cell type ("Copy constructor").
public HyperLinkCellType(HyperLinkCellType g)
Public Sub New(g As HyperLinkCellType)
Type | Name | Description |
---|---|---|
HyperLinkCellType | g | Specified hyperlink cell type from which to copy |
Creates a new hyperlink cell from serialization.
protected HyperLinkCellType(SerializationInfo info, StreamingContext context)
Protected Sub New(info As SerializationInfo, context As StreamingContext)
Type | Name | Description |
---|---|---|
SerializationInfo | info | |
StreamingContext | context |