Interface IColumnElement
Assembly: Syncfusion.Spreadsheet.Windows.dll
public interface IColumnElement
Properties
Declaration
int ColumnIndex { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
ScrollAxisRegion ColumnRegion { get; set; }
Property Value
Declaration
bool IsEnsured { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
bool IsVisible { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
int RowIndex { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
Declaration