[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.SubStyle

SubStyle Class

Represents a SubStyle class that indicates attributes such as bold, underline, and the color of the text.

Inheritance
SubStyle
Implements
Namespace: GrapeCity.Win.Spread.InputMan.CellType
Assembly: GrapeCity.Win.PluginInputMan.dll
Syntax
[TypeConverter(typeof(SubStyleConverter))]
public class SubStyle : ICloneable
<TypeConverter(GetType(SubStyleConverter))>
Public Class SubStyle
    Implements ICloneable

Constructors

Name Description
SubStyle()

Initializes a new instance of the SubStyle class.

SubStyle(Color, Color)

Initializes a new instance of the SubStyle class with specified initialization properties.

SubStyle(Color, Color, bool, bool)

Initializes a new instance of the SubStyle class with specified initialization properties.

Properties

Name Description
BackColor

Gets or sets the background color of the SubStyle.

Bold

Gets or sets whether the text is bold.

ForeColor

Gets or sets the foreground color of the SubStyle.

UnderLine

Gets or sets whether the text has an underline style.

Methods

Name Description
Clone()

Creates an exact copy of this SubStyle object.

Equals(object)

Gets whether the given object equals this instance.

GetHashCode()

Gets a hash code of this object.

OnPropertyChanged(PropertyChangedEventArgs)

Occurs when any property of the SubStyle is changed.