[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.SliderCellType.-ctor

SliderCellType Constructor

SliderCellType()

Creates a new slider cell with default settings.

Declaration
public SliderCellType()
Public Sub New()

SliderCellType(SliderCellType)

Creates a new copy from the specified cell type ("Copy constructor").

Declaration
public SliderCellType(SliderCellType g)
Public Sub New(g As SliderCellType)
Parameters
Type Name Description
SliderCellType g

Specified slider cell type from which to copy

SliderCellType(SerializationInfo, StreamingContext)

Creates a new slider cell from serialization.

Declaration
protected SliderCellType(SerializationInfo info, StreamingContext context)
Protected Sub New(info As SerializationInfo, context As StreamingContext)
Parameters
Type Name Description
SerializationInfo info
StreamingContext context