| | Name | Description |
 | Clone |
Creates a new object that is a copy of the current instance (with the same style settings).
|
 | CompareTo |
Compares the current object with another object of the same type.
|
 | Compose | Overloaded.
Composes style settings using the current style settings and those of
a specified object.
|
 | CopyFrom | Overridden.
Copies the specified style settings of the specified object to the current object.
|
 | CopyTo | Overridden.
Copy info to the target object.
|
 | Deserialize |
Loads the style information from XML.
|
 | Equals | Overridden.
Determines whether the style settings of this object are equivalent to the object specified.
|
 | GetAppearance |
Gets the appearance settings for the specified object.
|
 | GetHashCode | Overridden.
Gets the hash code of this object.
|
 | IsBackColorSet | Gets whether the background color of the cell (BackColor property) is set. (Inherited from GrapeCity.Spreadsheet.Win.BaseStyleInfo) |
 | IsBorderSet | Overridden.
Gets whether the cell border (Border property) is set.
|
 | IsCanFocusSet |
Gets whether the focusable setting of the cell (CanFocus property) is set.
|
 | IsCellPaddingSet |
Gets whether the cell padding of the cell is set.
|
 | IsCellTypeSet | Overridden.
Gets whether the type of cell (CellType property) is set.
|
 | IsEditorSet |
Gets whether the editor for the cell (Editor property) is set.
|
 | IsFontSet | Gets whether the font of the cell (Font property) is set. (Inherited from GrapeCity.Spreadsheet.Win.BaseStyleInfo) |
 | IsForeColorSet | Gets whether the text color of the cell (ForeColor property) is set. (Inherited from GrapeCity.Spreadsheet.Win.BaseStyleInfo) |
 | IsFormatterSet | Overridden.
Gets whether the formatter for the cell (Formatter property) is set.
|
 | IsHorizontalAlignmentSet | Overridden.
Gets whether the horizontal alignment of the cell contents (HorizontalAlignment property) is set.
|
 | IsImeModeSet |
Gets whether IME mode is on (ImeMode property set) for a cell.
|
 | IsImeSentenceModeSet |
Gets whether IME mode is on (ImeMode property set) for a cell.
|
 | IsInputScopeSet |
Gets whether input scope is on (InputScope property set) for a cell.
|
 | IsLockBackColorSet |
Gets whether the lockedBackColor setting of the cell (LockBackColor property) is set.
|
 | IsLockedSet | Gets whether the locked setting of the cell (Locked property) is set. (Inherited from GrapeCity.Spreadsheet.Win.BaseStyleInfo) |
 | IsLockFontSet |
Gets whether the lockedFont setting of the cell (LockFont property) is set.
|
 | IsLockForeColorSet |
Gets whether the lockedForeColor setting of the cell (LockForeColor property) is set.
|
 | IsNoteIndicatorColorSet |
Gets whether the cell note indicator color of the cell is set.
|
 | IsNoteIndicatorPositionSet |
Determines whether the cell note indicator position is set.
|
 | IsNoteIndicatorSizeSet |
Determines whether the cell note indicator size is set.
|
 | IsNoteStyleSet |
Gets whether the note style setting of the cell (NoteStyle property) is set.
|
 | IsParentSet |
Gets whether the parent of the cell (Parent property) is set.
|
 | IsPropertySet |
Gets whether the specified cell style setting (property) is set.
|
 | IsRendererSet |
Gets whether the renderer for the cell (Renderer property) is set.
|
 | IsTabStopSet |
Gets whether the tab stop setting of the cell (TabStop property) is set.
|
 | IsTextIndentSet | Overridden.
Determines whether the text indent is set.
|
 | IsVerticalAlignmentSet | Overridden.
Gets whether the vertical alignment of the cell contents (VerticalAlignment property) is set.
|
 | IsVisualStyleSet |
Gets whether visual styles are on (VisualStyles property set) for a cell.
|
 | Merge | Overloaded.
Merges the style settings with the current object.
|
 | Reset | Overridden. Resets all the style settings in the StyleInfo object to the default settings. |
 | ResetBackColor | Resets the FarPoint.Win.Spread.StyleInfo.BackColor property to its default value. (Inherited from GrapeCity.Spreadsheet.Win.BaseStyleInfo) |
 | ResetBorder | Resets the Border property to its default value. |
 | ResetCanFocus | Resets the CanFocus property to its default value. |
 | ResetCellPadding |
Resets the cell padding.
|
 | ResetCellType | Resets the CellType property to its default value. |
 | ResetEditor | Resets the Editor property to its default value. |
 | ResetFont | Resets the FarPoint.Win.Spread.StyleInfo.Font property to its default value. (Inherited from GrapeCity.Spreadsheet.Win.BaseStyleInfo) |
 | ResetForeColor | Resets the FarPoint.Win.Spread.StyleInfo.ForeColor property to its default value. (Inherited from GrapeCity.Spreadsheet.Win.BaseStyleInfo) |
 | ResetFormatter | Resets the Formatter property to its default value. |
 | ResetHorizontalAlignment | Resets the HorizontalAlignment property to its default value. |
 | ResetImeMode | Resets the ImeMode property to its default value. |
 | ResetImeSentenceMode | Resets the ImeSentenceMode property to its default value. |
 | ResetInputScope | Resets the InputScope property to its default value. |
 | ResetLockBackColor |
Resets the LockBackColor of the style to the default
|
 | ResetLocked | Resets the FarPoint.Win.Spread.StyleInfo.Locked property to its default value. (Inherited from GrapeCity.Spreadsheet.Win.BaseStyleInfo) |
 | ResetLockFont |
Resets the LockFont of the style to the default
|
 | ResetLockForeColor |
Resets the LockForeColor of the style to the default
|
 | ResetNoteIndicatorColor | Resets the NoteIndicatorColor property to its default value. |
 | ResetNoteIndicatorPosition |
Resets the cell note indicator position.
|
 | ResetNoteIndicatorSize |
Resets the cell note indicator size.
|
 | ResetNoteStyle | Resets the NoteStyle property to its default value. |
 | ResetParent | Resets the Parent property to its default value. |
 | ResetProperty |
Resets a style setting (property) to its default setting.
|
 | ResetRenderer | Resets the Renderer property to its default value. |
 | ResetTabStop | Resets the TabStop property to its default value. |
 | ResetTextIndent |
Resets the text indent.
|
 | ResetVerticalAlignment | Resets the VerticalAlignment property to its default value. |
 | ResetVisualStyles |
Resets the visual styles (XP themes) for the style to the default.
|
 | Serialize |
Saves the style information to XML.
|
 | SetAppearance | Sets the appearance settings of an Appearance object into this object. |