[]
Creates a set of cell-level style settings (StyleInfo object) from serialization (SerializationInfo object).
protected StyleInfo(SerializationInfo info, StreamingContext c)
Protected Sub New(info As SerializationInfo, c As StreamingContext)
Type | Name | Description |
---|---|---|
SerializationInfo | info | Serialization information object |
StreamingContext | c | Contexual information about the source or destination of the serialization |
Creates a set of cell-level style settings (StyleInfo object).
public StyleInfo()
Public Sub New()
Creates a set of cell-level style settings (StyleInfo object) with the specified parent style.
public StyleInfo(string parentName)
Public Sub New(parentName As String)
Type | Name | Description |
---|---|---|
string | parentName | Name of the parent NamedStyle object |
Creates a set of cell-level style settings (StyleInfo object) equivalent to the specified set of style settings.
public StyleInfo(StyleInfo style)
Public Sub New(style As StyleInfo)
Type | Name | Description |
---|---|---|
StyleInfo | style | StyleInfo object from which to copy style settings |
Creates a set of cell-level style settings (StyleInfo object) with the specified parent style and specified set of style settings.
public StyleInfo(string parentName, StyleInfo style)
Public Sub New(parentName As String, style As StyleInfo)