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