Xceed Workbooks for .NET v1.4 Documentation
Column Class Members
Properties  Methods 


Xceed.Workbooks.NET Assembly > Xceed.Workbooks.NET Namespace : Column Class

The following tables list the members exposed by Column.

Public Properties
 NameDescription
Public PropertyGets or sets if the width of the column will be adjusted to the largest cell value content from the column. The default setting is false.  
Public PropertyGets the collection of Cell from the current column. Only the modified cells will be returned.  
Public PropertyGets the Id of a specific column in a worksheet. The first column starts at Id 0 and last column is located at Id 16383. (Inherited from Xceed.Workbooks.NET.LinearWorksheetElement)
Public PropertyGets the index of the Column and returns it as a letter.  
Public PropertyGets or sets if the Row or Column is hidden or not. The default value is false. (Inherited from LinearWorksheetElement)
Public PropertyGets the Style object for a worksheet element. The default value is a default style object. (Inherited from LinearWorksheetElement)
Public PropertyGets or sets the width of the column.  
Top
Public Methods
 NameDescription
Public MethodOverridden. Adjusts the column width based on the cell with the widest content.  
Public MethodClears specific elements in the LinearWorksheetElement. (Inherited from Xceed.Workbooks.NET.LinearWorksheetElement)
Public MethodSearches into the content of the Column and replaces all occurences of a specific value with a new value. (Inherited from LinearWorksheetElement)
Top
Protected Methods
 NameDescription
Protected Internal MethodOverridden.   
Protected Internal MethodOverridden.   
Protected Internal MethodOverridden.   
Protected Internal Method (Inherited from Xceed.Workbooks.NET.StyledWorksheetElement)
Protected Internal MethodOverridden.   
Protected Internal MethodOverridden.   
Protected Internal MethodOverridden.   
Protected Internal MethodOverridden.   
Protected Internal Method (Inherited from LinearWorksheetElement)
Protected Internal MethodOverridden.   
Protected Internal Method (Inherited from LinearWorksheetElement)
Protected Internal MethodOverridden.   
Top
See Also

Reference

Column Class
Xceed.Workbooks.NET Namespace