| Name | Description |
| delete | Deletes the object. |
| fromJson | Generates the named style from the json string. |
| getAddIndent | Gets whether text is automatically indented when the text alignment in a cell is set to equal distribution either horizontally or vertically. |
| getBorders | Returns the IBorders collection that represents the borders of astyle. |
| getBuiltIn | Gets whether the style is a built-in style. |
| getFont | Returns the IFont object that represents the font of the specifiedobject. |
| getFormulaHidden | Sets whether the formula is hidden when the worksheet is protected. |
| getHorizontalAlignment | Gets the horizontal alignment for the specified object. |
| getIncludeAlignment | Gets whether style includes the AddIndent, HorizontalAlignment, VerticalAlignment, WrapText, and Orientation properties. |
| getIncludeBorder | Gets whether the style includes the Color, ColorIndex, LineStyle, and Weight border properties. |
| getIncludeFont | Gets whether the style includes the Bold, Color, ColorIndex, FontStyle, Italic, Name, OutlineFont, Shadow, Size, Strikethrough, Subscript, Superscript, and Underline font properties. |
| getIncludeNumber | Gets whether the style includes the NumberFormat property. |
| getIncludePatterns | Gets whether the style includes the Color, InvertIfNegative, Pattern, PatternColor, and PatternColorIndex interior properties. |
| getIncludeProtection | Gets whether the style includes the FormulaHidden and Locked properties. |
| getIndentLevel | Gets the indent level for the style. |
| getInterior | Returns an IInterior object that represents the interior of thespecified object. |
| getLocked | Gets whether the object is locked; False if the object can be modified when the sheet is protected. |
| getName | Returns the name of the object. |
| getNumberFormat | Gets the format code for the object as a string in the language of the user. |
| getOrientation | Gets the text orientation. Can be an integer value from ¨C90 to 90 degrees. |
| getShrinkToFit | Gets whether the text automatically shrinks to fit in the available column width. |
| getVerticalAlignment | Gets the vertical alignment of the specified object. |
| getWrapText | Gets whether to wrap the text. |
| setAddIndent | Sets whether text is automatically indented when the text alignment in a cell is set to equal distribution either horizontally or vertically. |
| setFormulaHidden | Gets whether the formula is hidden when the worksheet is protected. |
| setHorizontalAlignment | Sets the horizontal alignment for the specified object. |
| setIncludeAlignment | Sets whether style includes the AddIndent, HorizontalAlignment, VerticalAlignment, WrapText, and Orientation properties. |
| setIncludeBorder | Sets whether the style includes the Color, ColorIndex, LineStyle, and Weight border properties. |
| setIncludeFont | Sets whether the style includes the Bold, Color,ColorIndex, FontStyle,Italic, Name,OutlineFont, Shadow,Size, Strikethrough,Subscript, Superscript, and Underline font properties. |
| setIncludeNumber | Sets whether the style includes the NumberFormat property. |
| setIncludePatterns | Sets whether the style includes the Color, InvertIfNegative, Pattern, PatternColor, and PatternColorIndex interior properties. |
| setIncludeProtection | Sets whether the style includes the FormulaHidden and Locked properties. |
| setIndentLevel | Sets the indent level for the style. |
| setLocked | Sets whether the object is locked; False if the object can be modified when the sheet is protected. |
| setNumberFormat | Sets the format code for the object as a string in the language of the user. |
| setOrientation | Sets the text orientation. Can be an integer value from ¨C90 to 90 degrees. |
| setShrinkToFit | Sets whether the text automatically shrinks to fit in the available column width. |
| setVerticalAlignment | Sets the vertical alignment of the specified object. |
| setWrapText | Sets whether to wrap the text. |
| toJson | Generates a json string from the named style. |