[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.CheckBoxCellType.-ctor

CheckBoxCellType Constructor

CheckBoxCellType()

Creates a new check box cell with default settings.

Declaration
public CheckBoxCellType()
Public Sub New()

CheckBoxCellType(CheckBoxCellType)

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

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

Specified check box cell type from which to copy

CheckBoxCellType(SerializationInfo, StreamingContext)

Creates a new check box cell from serialization.

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