ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.FlexSheet Assembly / C1.Web.Mvc.Sheet Namespace / Cell Class / ColSpan Property

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