[]
        
(Showing Draft Content)

FarPoint.Win.Spread.StyleInfo.-ctor

StyleInfo Constructor

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 info)
Public Sub New(info As StyleInfo)
Parameters
Type Name Description
StyleInfo info

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

StyleInfo style

StyleInfo object to copy

StyleInfo(SerializationInfo, StreamingContext)

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

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

SerializationInfo

StreamingContext context

StreamingContext