ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Sheet Namespace / FrozenPane Class / Columns Property

In This Topic
    Columns Property (FrozenPane)
    In This Topic
    Gets or sets the frozen column index.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(0)>
    Public Property Columns As Integer
    [DefaultValue(0)]
    public int Columns {get; set;}
    See Also