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