Free Trial
Web API version
Licensing
Request A Quote
HAVE QUESTIONS OR NEED HELP? SUBMIT THE SUPPORT REQUEST FORM or write email to SUPPORT@BYTESCOUT.COM
Ext format for the cell interface
Namespace: Bytescout.Spreadsheet.COM
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.1.2054-master
Syntax
The IExtFormat type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AlignmentHorizontal |
Sets the horizontal text alignment style of the row.
| |
| AlignmentVertical |
Sets the vertical text alignment style of the row.
| |
| BottomBorderColor |
Sets the color of the bottom border.
| |
| BottomBorderStyle |
Sets the bottom border style.
| |
| CellFormat |
Gets or sets the cell format.
| |
| DiagonalBorderColor |
Gets or sets the color of the diagonal border.
| |
| DiagonalBorderStyle |
Gets or sets the diagonal border style.
| |
| FillPattern |
Sets the fill pattern of the row.
| |
| FillPatternBackColor |
Sets the background color for a fill pattern of the row.
| |
| FillPatternBackColorOLE |
OLE/COM version of FillPatternBackColor property for environments with the late object binding, like VBScript.
| |
| FillPatternForeColor |
Sets the foreground color for a fill pattern of the row.
| |
| FillPatternForeColorOLE |
OLE/COM version of FillPatternForeColor property for environments with the late object binding, like VBScript.
| |
| HiddenFormula |
Gets or sets a value indicating whether formula is hidden.
| |
| Indent |
Gets or sets the Indent value for the cell.
| |
| IsDiagonalDownLine |
Gets or sets a value indicating whether this instance is diagonal line from top left to right bottom
| |
| IsDiagonalUpLine |
Gets or sets a value indicating whether this instance is diagonal line from bottom left to right top
| |
| LeftBorderColor |
Sets the color of the left border.
| |
| LeftBorderStyle |
Sets the left border style.
| |
| Locked |
Gets or sets a value indicating whether this IExtFormat is locked.
| |
| RightBorderColor |
Sets the color of the right border.
| |
| RightBorderStyle |
Sets the right border style.
| |
| Rotation |
Sets the text rotation angle for the row.
| |
| ShrinkToFit |
Gets or sets a value indicating shrink content to fit into cell.
| |
| TextDirection |
Gets or sets the reading order.
| |
| TopBorderColor |
Sets the color of the top border.
| |
| TopBorderStyle |
Sets the top border style.
| |
| Wrap |
Sets a value indicating whether a text is wrapped.
|
See Also