[]
Creates a new currency cell with default settings.
public CurrencyCellType()
Public Sub New()
Creates a new copy from the specified cell type ("Copy constructor").
public CurrencyCellType(CurrencyCellType g)
Public Sub New(g As CurrencyCellType)
Type | Name | Description |
---|---|---|
CurrencyCellType | g | Specified currency cell type from which to copy |
Creates a new currency cell from serialization.
protected CurrencyCellType(SerializationInfo info, StreamingContext context)
Protected Sub New(info As SerializationInfo, context As StreamingContext)
Type | Name | Description |
---|---|---|
SerializationInfo | info | |
StreamingContext | context |