ComponentOne Excel for UWP
XLColumn Class
Members 

C1.UWP.Excel Assembly > C1.Xaml.Excel Namespace : XLColumn Class
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.Xaml.Excel.XLColumn

See Also

Reference

XLColumn Members
C1.Xaml.Excel Namespace