Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / GeneralCellType Class / GeneralCellType Constructor / GeneralCellType Constructor(SerializationInfo,StreamingContext)
SerializationInfo
StreamingContext


In This Topic
GeneralCellType Constructor(SerializationInfo,StreamingContext)
In This Topic
Creates a new general (default) cell from serialization.
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 GeneralCellType(info, context)

Parameters

info
SerializationInfo
context
StreamingContext
See Also