ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.FlexSheet Assembly / C1.Web.Mvc.Sheet.TagHelpers Namespace / UnboundSheetTagHelper Class / ColumnCount Property

In This Topic
    ColumnCount Property (UnboundSheetTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Sheet.UnboundSheet.ColumnCount. Sets the number of columns in the sheet.
    Syntax
    'Declaration
     
    Public Property ColumnCount As Integer
    public int ColumnCount {get; set;}
    See Also