ComponentOne Excel for .NET
C1.Excel Assembly / C1.Excel Namespace / XLColumn Class
Members

In This Topic
    XLColumn Class
    In This Topic
    Represents a column in a worksheet. This class provides properties for setting the column's width, style, and visibility.
    Object Model
    XLColumn Class
    Syntax
    'Declaration
     
    Public Class XLColumn 
    public class XLColumn 
    Remarks
    The XLColumn objects do not contain any data. If you remove a column from the collection, the data will be lost. If you later re-insert that same column back into the collection, the column will be blank.
    Inheritance Hierarchy

    System.Object
       C1.Excel.XLColumn

    See Also