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


In This Topic
EmptyCellType Constructor(SerializationInfo,StreamingContext)
In This Topic
Creates a new empty 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 EmptyCellType(info, context)

Parameters

info
context
See Also