[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.MultiOptionCellType.-ctor

MultiOptionCellType Constructor

MultiOptionCellType()

Creates a new multiple option button cell with default settings.

Declaration
public MultiOptionCellType()
Public Sub New()

MultiOptionCellType(MultiOptionCellType)

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

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

Specified multiple-option cell type from which to copy

MultiOptionCellType(SerializationInfo, StreamingContext)

Creates a new multiple option button cell from serialization.

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