Column Class
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Column class
Inheritance Hierarchy
Bytescout.SpreadsheetColumn
Namespace:Bytescout.Spreadsheet
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
The Column type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AlignmentHorizontal | Sets the horizontal text alignment style of the column. | |
| AlignmentVertical | Sets the vertical text alignment style of the column. | |
| 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 column. | |
| FillPatternBackColor | Sets the background color for a fill pattern of the column. | |
| 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 column. | |
| FillPatternForeColorOLE | OLE/COM version of FillPatternForeColor property for environments with the late object binding, like VBScript. | |
| Font | Sets the font. | |
| FontColor | Gets or sets the color of the font. | |
| FontColorIndex | Gets or sets the index of the font color. | |
| FontEscapement | Gets or sets the font escapement. | |
| FontUnderline | Sets the font underline style. | |
| Hidden | Gets or sets indicating that the column is hidden. | |
| 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 | |
| IsFormatted | Gets a bool value indicating that the column is formatted differently from the default format. | |
| IsNotEmptyCells | Gets a bool value indicating that the column contains only empty cells or not | |
| Item | Gets the Cell at the specified Index. | |
| 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. | |
| NumberFormat | Gets or sets the number format string. | |
| 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. | |
| Width | Gets or sets the width of column. | |
| WidthInChars | Gets or sets the width of column. | |
| WidthInPoints | Gets the width of column in points. | |
| Wrap | Sets a value indicating whether a text is wrapped. |
Methods
| Name | Description | |
|---|---|---|
| AutoFit | AutoFit of column width. | |
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| SetFontColorRGB | Sets the color of the font from the specified 8-bit color values (red, green, and blue). | |
| SetFontProperties | Sets the font properties. | |
| ToString | Returns a String that represents the current Object. (Overrides ObjectToString.) |
See Also