[]
public abstract class StyleObjectInfo
Public MustInherit Class StyleObjectInfo
| Name | Description |
|---|---|
| StyleObjectInfo() |
| Name | Description |
|---|---|
| Borders | Gets the BordersInfo object that represents the borders of the specified object. |
| CellType | Gets or sets the cell type for cells in this RangeInfo. |
| Font | Gets the FontInfo object that represents the font of the specified object. |
| HorizontalAlignment | Gets or sets the horizontal alignment. |
| IndentLevel | Gets or sets the indent level. |
| Interior | Gets the Interior object that represents the interior of the specified object. |
| Locked | Gets or sets a value indicating whether this RangeInfo is locked. |
| NumberFormat | Gets or sets the number format of current cell. |
| Orientation | Gets or sets the text orientation. |
| ShrinkToFit | Gets or sets a value indicating whether text automatically shrinks to fit in the available column width. |
| Style | Gets or sets the style for the cell. |
| StyleName | Gets or sets the style for the cell. |
| VerticalAlignment | Gets or sets the vertical alignment. |
| WrapText | Gets or sets a value indicating whether Spread wraps the text in the object. |