InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework Namespace / GridCell Class / ColSpan Property

In This Topic
    ColSpan Property (GridCell)
    In This Topic
    Gets or sets a value that indicates the total number of columns that cell spans within a grid.
    Syntax
    'Declaration
     
    Public Property ColSpan As Integer
    public int ColSpan {get; set;}
    See Also