Excel for WPF | ComponentOne
C1.Silverlight.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 
       Implements ICloneable 
    public class XLColumn : ICloneable  
    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.Silverlight.Excel.XLColumn

    See Also