ASP.NET Core - EJ2

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Column - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Column

    Inheritance
    System.Object
    EJTagHelper
    Column
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.Process(TagHelperContext, TagHelperOutput)
    EJTagHelper.RegisterScript()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.ViewContext
    EJTagHelper.For
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsComplex
    EJTagHelper.IsCollection
    EJTagHelper.ParentPropertyName
    Namespace: Syncfusion.EJ2.Spreadsheet
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class Column : EJTagHelper

    Constructors

    Column()

    Declaration
    public Column()

    Properties

    CustomWidth

    specifies custom width of the column.

    Declaration
    public bool CustomWidth { get; set; }
    Property Value
    Type Description
    System.Boolean

    Format

    Specifies format of the column.

    Declaration
    public SpreadsheetFormat Format { get; set; }
    Property Value
    Type Description
    SpreadsheetFormat

    Hidden

    To hide/show the column in spreadsheet.

    Declaration
    public bool Hidden { get; set; }
    Property Value
    Type Description
    System.Boolean

    Index

    Specifies index of the column. Based on the index, column properties are applied.

    Declaration
    public int Index { get; set; }
    Property Value
    Type Description
    System.Int32

    IsChild

    Declaration
    protected override bool IsChild { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    EJTagHelper.IsChild

    IsLocked

    To lock/unlock the column in the protected sheet.

    Declaration
    public bool IsLocked { get; set; }
    Property Value
    Type Description
    System.Boolean

    Width

    Specifies width of the column.

    Declaration
    public int Width { get; set; }
    Property Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved