FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / BarCodeCellType Class / BarCodeCellType Constructor / BarCodeCellType Constructor(SerializationInfo,StreamingContext)


In This Topic
BarCodeCellType Constructor(SerializationInfo,StreamingContext)
In This Topic
Creates a new barcode cell for deserialization.
Syntax
'Declaration
 
Protected Function New( _
   ByVal info As SerializationInfo, _
   ByVal context As StreamingContext _
)
 
'Usage
 
Dim info As SerializationInfo
Dim context As StreamingContext
 
Dim instance As New BarCodeCellType(info, context)

Parameters

info
context
See Also