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


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

Parameters

g
Specified slider cell type from which to copy
See Also