[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.Fields.MaskLiteralFieldInfo.-ctor

MaskLiteralFieldInfo Constructor

MaskLiteralFieldInfo()

Initializes a new instance of the MaskLiteralFieldInfo class.

Declaration
public MaskLiteralFieldInfo()
Public Sub New()

MaskLiteralFieldInfo(string)

Initializes a new instance of the MaskLiteralFieldInfo class.

Declaration
public MaskLiteralFieldInfo(string literalText)
Public Sub New(literalText As String)
Parameters
Type Name Description
string literalText

A string value indicates the literal.

MaskLiteralFieldInfo(SerializationInfo, StreamingContext)

Initializes a new instance of this class.

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

The information.

StreamingContext context

The context.