Xceed Workbooks for .NET v1.4 Documentation
Columns Property (Table)


Xceed.Workbooks.NET Assembly > Xceed.Workbooks.NET Namespace > Table Class : Columns Property
Gets the collection of columns that are part of the Table. When a column has no header content, “Column1” will be used as the column header’s default content; the numbers will be incremented for the next columns without header content, thus filing the second column without header content with “Column2” and so forth.
Syntax
'Declaration

 

Public ReadOnly Property Columns As TableColumnCollection
'Usage

 

Dim instance As Table

Dim value As TableColumnCollection

 

value = instance.Columns
public TableColumnCollection Columns {get;}
Requirements

Target Platforms: Windows 11, Windows 10, 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

See Also

Reference

Table Class
Table Members