Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / MaskCellType Class / MaskCellType Constructor / MaskCellType Constructor(SerializationInfo,StreamingContext)


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

    Parameters

    info
    context
    See Also