[]
Creates a new check box cell with default settings.
public CheckBoxCellType()
Public Sub New()
Creates a new copy from the specified cell type ("Copy constructor").
public CheckBoxCellType(CheckBoxCellType g)
Public Sub New(g As CheckBoxCellType)
Type | Name | Description |
---|---|---|
CheckBoxCellType | g | Specified check box cell type from which to copy |
Creates a new check box cell from serialization.
protected CheckBoxCellType(SerializationInfo info, StreamingContext context)
Protected Sub New(info As SerializationInfo, context As StreamingContext)
Type | Name | Description |
---|---|---|
SerializationInfo | info | |
StreamingContext | context |