FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / CellRange Structure / ColumnSpan Property

In This Topic
    ColumnSpan Property (CellRange)
    In This Topic
    Gets or sets the number of columns in CellRange.
    Syntax
    'Declaration
     
    Public Property ColumnSpan As Integer
    public int ColumnSpan {get; set;}
    See Also