IColumn Interface
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 inteface
Namespace:Bytescout.Spreadsheet.COMAssembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
The IColumn type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Hidden | Gets or sets indicating that the column is hidden. | |
| 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. | |
| NumberFormat | Gets or sets the number format string. | |
| Width | Gets or sets the width of column. |
Methods
| Name | Description | |
|---|---|---|
| AutoFit | AutoFit of column width. |
See Also