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