Input for WinForms | ComponentOne
C1.Framework Namespace / GridCell Class / ColSpan Property

In This Topic
    ColSpan Property
    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