Version

WorksheetColumn Class Members

The following tables list the members exposed by WorksheetColumn.

Public Properties
 NameDescription
Public PropertyCellFormatGets the default cell format for cells in this row or column. (Inherited from Infragistics.Documents.Excel.RowColumnBase)
Public PropertyHiddenGets or sets the value indicating whether the row or column is hidden. (Inherited from Infragistics.Documents.Excel.RowColumnBase)
Public PropertyIndexOverridden. Gets the 0-based index of the column in the worksheet.  
Public PropertyOutlineLevelGets or sets the outline level for the row or column. (Inherited from Infragistics.Documents.Excel.RowColumnBase)
Public PropertyWidthGets or sets the column width including padding, in 256ths of the '0' digit character width in the workbook's default font.  
Public PropertyWorksheetGets the worksheet to which the row or column belongs. (Inherited from Infragistics.Documents.Excel.RowColumnBase)
Public Methods
 NameDescription
Public MethodAutoFitWidthOverloaded. Sets the Width to the extent required to display the contents of this column.  
Public MethodCalculateAutoFitWidthOverloaded. Returns the width required for the column to display all of its contents.  
Public MethodGetResolvedCellFormatGets the resolved cell formatting for the cells in the row or column. (Inherited from Infragistics.Documents.Excel.RowColumnBase)
Public MethodGetWidthGets the column width in the specified units, or NaN if the column has the default width.  
Public MethodSetWidthSets the column width in the specified units.  
See Also