C1.WPF.Excel Namespace : XLColumnCollection Class |
'Declaration
<System.Reflection.DefaultMemberAttribute("Item")> Public Class XLColumnCollection
[System.Reflection.DefaultMember("Item")] public class XLColumnCollection
The collection has methods for counting, enumerating, adding, and removing columns from the collection.
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.
C1XLBook book = new C1XLBook(); XLSheet sheet = book.Sheets[0]; XLCell cell = sheet[3,3]; // creates 4 rows and 4 columns
System.Object
C1.WPF.Excel.XLColumnCollection
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2