Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / NumberCellType Class / NumberCellType Constructor / NumberCellType Constructor(NumberCellType)
Specified number cell type from which to copy


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

Parameters

g
Specified number cell type from which to copy
See Also