[]
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 info)
Public Sub New(info As StyleInfo)
Type | Name | Description |
---|---|---|
StyleInfo | info | 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)
Type | Name | Description |
---|---|---|
string | parentName | Name of the parent |
StyleInfo | style | StyleInfo object to copy |
Creates a set of cell-level style settings (StyleInfo object) from serialization.
protected StyleInfo(SerializationInfo info, StreamingContext context)
Protected Sub New(info As SerializationInfo, context As StreamingContext)
Type | Name | Description |
---|---|---|
SerializationInfo | info | SerializationInfo |
StreamingContext | context | StreamingContext |