Xceed Workbooks for .NET v3.0 Documentation
Xceed.Workbooks.NET Assembly / Xceed.Workbooks.NET Namespace / Column Class


In This Topic
    Column Class Properties
    In This Topic

    For a list of all members of this type, see Column members.

    Public Properties
     NameDescription
    Public PropertyGets or sets if the Column's Width will be adjusted to fit the Cells' largest content.  
    Public PropertyGets the ColumnCellCollection.  
    Public PropertySets the Column's DataValidation.  
    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. (Inherited from Xceed.Workbooks.NET.LinearWorksheetElement)
    Public PropertyGets the Style used by the Worksheet element. (Inherited from Xceed.Workbooks.NET.StyledWorksheetElement)
    Public PropertyGets or sets the Column's width.  
    Top
    See Also