[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.NumberCellType.-ctor

NumberCellType Constructor

NumberCellType()

Creates a new numeric cell with default settings.

Declaration
public NumberCellType()
Public Sub New()

NumberCellType(NumberCellType)

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

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

Specified number cell type from which to copy

NumberCellType(SerializationInfo, StreamingContext)

Creates a new numeric cell from serialization.

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