Overload | Description |
---|---|
StyleInfo Constructor() | Creates a set of cell-level style settings (StyleInfo object). |
StyleInfo Constructor(String) | Creates a set of cell-level style settings (StyleInfo object) with the specified parent style. |
StyleInfo Constructor(StyleInfo) | Creates a set of cell-level style settings (StyleInfo object) equivalent to the specified set of style settings. |
StyleInfo Constructor(String,StyleInfo) | Creates a set of cell-level style settings (StyleInfo object) with the specified parent style and specified set of style settings. |
StyleInfo Constructor(SerializationInfo,StreamingContext) | Creates a set of cell-level style settings (StyleInfo object) from serialization. |