Represents a column in a worksheet. This class provides properties for setting the column's width, style, and visibility.

Namespace:  C1.Silverlight.Excel
Assembly:  C1.Silverlight.Excel.5 (in C1.Silverlight.Excel.5.dll)

Syntax

C#
public class XLColumn : ICloneable
Visual Basic
Public Class XLColumn _
	Implements 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