ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / CellRange Structure / ColumnSpan Property

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