FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / Column Class
Members

In This Topic
    Column Class
    In This Topic
    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.WPF.FlexGrid.RowCol
          C1.WPF.FlexGrid.Column

    See Also