[]
        
(Showing Draft Content)

FarPoint.Web.Spread.StyleInfo.-ctor

StyleInfo Constructor

StyleInfo(SerializationInfo, StreamingContext)

Creates a set of cell-level style settings (StyleInfo object) from serialization (SerializationInfo object).

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

Serialization information object

StreamingContext c

Contexual information about the source or destination of the serialization

StyleInfo()

Creates a set of cell-level style settings (StyleInfo object).

Declaration
public StyleInfo()
Public Sub New()

StyleInfo(string)

Creates a set of cell-level style settings (StyleInfo object) with the specified parent style.

Declaration
public StyleInfo(string parentName)
Public Sub New(parentName As String)
Parameters
Type Name Description
string parentName

Name of the parent NamedStyle object

StyleInfo(StyleInfo)

Creates a set of cell-level style settings (StyleInfo object) equivalent to the specified set of style settings.

Declaration
public StyleInfo(StyleInfo style)
Public Sub New(style As StyleInfo)
Parameters
Type Name Description
StyleInfo style

StyleInfo object from which to copy style settings

StyleInfo(string, StyleInfo)

Creates a set of cell-level style settings (StyleInfo object) with the specified parent style and specified set of style settings.

Declaration
public StyleInfo(string parentName, StyleInfo style)
Public Sub New(parentName As String, style As StyleInfo)
Parameters
Type Name Description
string parentName

Name of the parent style

StyleInfo style

StyleInfo object from which to copy other settings