[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.TextCellType.-ctor

TextCellType Constructor

TextCellType()

Creates a new text cell with default settings.

Declaration
public TextCellType()
Public Sub New()

TextCellType(SerializationInfo, StreamingContext)

Creates a new text cell from serialization.

Declaration
protected TextCellType(SerializationInfo info, StreamingContext context)
Protected Sub New(info As SerializationInfo, context As StreamingContext)
Parameters
Type Name Description
SerializationInfo info
StreamingContext context

TextCellType(TextCellType)

Creates a new copy from the specified cell type ("Copy constructor").

Declaration
public TextCellType(TextCellType g)
Public Sub New(g As TextCellType)
Parameters
Type Name Description
TextCellType g

Specified text cell type from which to copy