The following tables list the members exposed by WorksheetColumn.
Name | Description | |
---|---|---|
CellFormat | Gets the default cell format for cells in this row or column. (Inherited from Infragistics.Documents.Excel.RowColumnBase) | |
Hidden | Gets or sets the value indicating whether the row or column is hidden. (Inherited from Infragistics.Documents.Excel.RowColumnBase) | |
Index | Overridden. Gets the 0-based index of the column in the worksheet. | |
OutlineLevel | Gets or sets the outline level for the row or column. (Inherited from Infragistics.Documents.Excel.RowColumnBase) | |
Width | Gets or sets the column width including padding, in 256ths of the '0' digit character width in the workbook's default font. | |
Worksheet | Gets the worksheet to which the row or column belongs. (Inherited from Infragistics.Documents.Excel.RowColumnBase) |
Name | Description | |
---|---|---|
AutoFitWidth | Overloaded. Sets the Width to the extent required to display the contents of this column. | |
CalculateAutoFitWidth | Overloaded. Returns the width required for the column to display all of its contents. | |
GetResolvedCellFormat | Gets the resolved cell formatting for the cells in the row or column. (Inherited from Infragistics.Documents.Excel.RowColumnBase) | |
GetWidth | Gets the column width in the specified units, or NaN if the column has the default width. | |
SetWidth | Sets the column width in the specified units. |