Interface IColumnElement
Namespace: Syncfusion.Windows.Forms.CellGrid
Assembly: Syncfusion.Spreadsheet.Windows.dll
Syntax
public interface IColumnElement
Properties
ColumnIndex
Declaration
int ColumnIndex { get; set; }
Property Value
Type |
---|
System.Int32 |
ColumnRegion
Declaration
ScrollAxisRegion ColumnRegion { get; set; }
Property Value
Type |
---|
ScrollAxisRegion |
IsEnsured
Declaration
bool IsEnsured { get; set; }
Property Value
Type |
---|
System.Boolean |
IsVisible
Declaration
bool IsVisible { get; set; }
Property Value
Type |
---|
System.Boolean |
RowIndex
Declaration
int RowIndex { get; set; }
Property Value
Type |
---|
System.Int32 |
Methods
UpdateColumn()
Declaration
void UpdateColumn()