[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.EditBaseCellType.-ctor

EditBaseCellType Constructor

EditBaseCellType()

Creates a new editable cell with default settings.

Declaration
public EditBaseCellType()
Public Sub New()

EditBaseCellType(EditBaseCellType)

Copies properties from the specified EditBaseCellType ("copy constructor").

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

Specified base cell type from which to copy

EditBaseCellType(SerializationInfo, StreamingContext)

Creates a new editable cell from serialization.

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