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


In This Topic
EditBaseCellType Constructor(EditBaseCellType)
In This Topic
Copies properties from the specified EditBaseCellType ("copy constructor").
Syntax
'Declaration
 
Public Function New( _
   ByVal g As EditBaseCellType _
)
 
'Usage
 
Dim g As EditBaseCellType
 
Dim instance As New EditBaseCellType(g)

Parameters

g
Specified base cell type from which to copy
See Also