Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / CurrencyCellType Class / GetObjectData Method


In This Topic
GetObjectData Method (CurrencyCellType)
In This Topic
Serializes the cell type.
Syntax
'Declaration
 
Public Overrides Sub GetObjectData( _
   ByVal info As SerializationInfo, _
   ByVal context As StreamingContext _
) 
 
'Usage
 
Dim instance As CurrencyCellType
Dim info As SerializationInfo
Dim context As StreamingContext
 
instance.GetObjectData(info, context)

Parameters

info
context
See Also