ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Sheet Namespace / UnboundSheet Class / ColumnCount Property

In This Topic
    ColumnCount Property
    In This Topic
    Gets or sets the number of columns in the sheet.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(20)>
    Public Property ColumnCount As Integer
    [DefaultValue(20)]
    public int ColumnCount {get; set;}
    See Also