Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / HyperLinkCellType Class / HyperLinkCellType Constructor / HyperLinkCellType Constructor(HyperLinkCellType)
Specified hyperlink cell type from which to copy


In This Topic
    HyperLinkCellType Constructor(HyperLinkCellType)
    In This Topic
    Creates a new copy from the specified cell type ("Copy constructor").
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal g As HyperLinkCellType _
    )
    'Usage
     
    
    Dim g As HyperLinkCellType
     
    Dim instance As New HyperLinkCellType(g)
    public HyperLinkCellType( 
       HyperLinkCellType g
    )

    Parameters

    g
    Specified hyperlink cell type from which to copy
    See Also