Class Column
Inheritance
System.Object
Column
Assembly: Syncfusion.EJ2.dll
Syntax
public class Column : EJTagHelper
Constructors
Column()
Declaration
Properties
CustomWidth
specifies custom width of the column.
Declaration
public bool CustomWidth { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Specifies format of the column.
Declaration
public SpreadsheetFormat Format { get; set; }
Property Value
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
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 |
|