Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / DateTimeCellType Class / GetObjectData Method


In This Topic
    GetObjectData Method (DateTimeCellType)
    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 DateTimeCellType
    Dim info As SerializationInfo
    Dim context As StreamingContext
     
    instance.GetObjectData(info, context)
    public override void GetObjectData( 
       SerializationInfo info,
       StreamingContext context
    )

    Parameters

    info
    context
    See Also