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