ComponentOne FlexGrid for UWP
Column Class
Members 

C1.UWP.FlexGrid Assembly > C1.Xaml.FlexGrid Namespace : Column Class
Represents a grid column.
Object Model
Column Class
Syntax
'Declaration
 
Public Class Column 
   Inherits RowCol
public class Column : RowCol 
Remarks

Column objects do not have any visual representation.

Rows and columns provide properties that determine the appearance and content of cell objects which are the only objects in the C1FlexGrid that do have a visual representation.

Inheritance Hierarchy

System.Object
   C1.Xaml.FlexGrid.RowCol
      C1.Xaml.FlexGrid.Column

See Also

Reference

Column Members
C1.Xaml.FlexGrid Namespace