[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Appearance.-ctor

Appearance Constructor

Appearance(SerializationInfo, StreamingContext)

Constructs a new Appearance object from serialization.

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

SerializationInfo

StreamingContext c

StreamingContext

Appearance()

Creates a new Appearance object.

Declaration
public Appearance()
Public Sub New()

Appearance(Appearance)

Creates an Appearance object based on the specified Appearance object.

Declaration
public Appearance(Appearance cellAppearance)
Public Sub New(cellAppearance As Appearance)
Parameters
Type Name Description
Appearance cellAppearance

Appearance object used to create the new object