[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.HyperLinkCellType.-ctor

HyperLinkCellType Constructor

HyperLinkCellType()

Creates a new hyperlink cell with default settings.

Declaration
public HyperLinkCellType()
Public Sub New()

HyperLinkCellType(HyperLinkCellType)

Creates a new copy from the specified cell type ("Copy constructor").

Declaration
public HyperLinkCellType(HyperLinkCellType g)
Public Sub New(g As HyperLinkCellType)
Parameters
Type Name Description
HyperLinkCellType g

Specified hyperlink cell type from which to copy

HyperLinkCellType(SerializationInfo, StreamingContext)

Creates a new hyperlink cell from serialization.

Declaration
protected HyperLinkCellType(SerializationInfo info, StreamingContext context)
Protected Sub New(info As SerializationInfo, context As StreamingContext)
Parameters
Type Name Description
SerializationInfo info
StreamingContext context