Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / MultiOptionCellType Class / MultiOptionCellType Constructor / MultiOptionCellType Constructor(MultiOptionCellType)
Specified multiple-option cell type from which to copy


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

Parameters

g
Specified multiple-option cell type from which to copy
See Also