Link Search Menu Expand Document

IColumn Interface

Column inteface

Namespace:Bytescout.Spreadsheet.COM
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
public interface IColumn

The IColumn type exposes the following members.

Properties
NameDescription
Public propertyHidden
Gets or sets indicating that the column is hidden.
Public propertyIsFormatted
Gets a bool value indicating that the column is formatted differently from the default format.
Public propertyIsNotEmptyCells
Gets a bool value indicating that the column contains only empty cells or not
Public propertyItem
Gets the Cell at the specified Index.
Public propertyNumberFormat
Gets or sets the number format string.
Public propertyWidth
Gets or sets the width of column.
Top
Methods
NameDescription
Public methodAutoFit
AutoFit of column width.
Top
See Also

Reference