[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.CurrencyCellType.-ctor

CurrencyCellType Constructor

CurrencyCellType()

Creates a new currency cell with default settings.

Declaration
public CurrencyCellType()
Public Sub New()

CurrencyCellType(CurrencyCellType)

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

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

Specified currency cell type from which to copy

CurrencyCellType(SerializationInfo, StreamingContext)

Creates a new currency cell from serialization.

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