ComponentOne SuperTooltip for WinForms
C1.Win.8 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 System.Integer
    public System.int ColSpan {get; set;}
    See Also