Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / PercentCellType Class / PercentCellType Constructor / PercentCellType Constructor(PercentCellType)
Specified percent cell type from which to copy


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

    Parameters

    g
    Specified percent cell type from which to copy
    See Also