[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.MaskCellType.-ctor

MaskCellType Constructor

MaskCellType()

Creates a new mask cell with default settings.

Declaration
public MaskCellType()
Public Sub New()

MaskCellType(MaskCellType)

Creates a new copy from the specified cell type ("Copy constructor").

Declaration
public MaskCellType(MaskCellType g)
Public Sub New(g As MaskCellType)
Parameters
Type Name Description
MaskCellType g

Specified mask cell type from which to copy

MaskCellType(SerializationInfo, StreamingContext)

Creates a new mask cell from serialization.

Declaration
protected MaskCellType(SerializationInfo info, StreamingContext context)
Protected Sub New(info As SerializationInfo, context As StreamingContext)
Parameters
Type Name Description
SerializationInfo info
StreamingContext context