Interface IRowElement
Namespace: Syncfusion.Windows.Forms.CellGrid
Assembly: Syncfusion.Spreadsheet.Windows.dll
Syntax
public interface IRowElement
Properties
Element
Declaration
VirtualizingRowPanel Element { get; }
Property Value
Type |
---|
VirtualizingRowPanel |
Index
Declaration
int Index { get; set; }
Property Value
Type |
---|
System.Int32 |
IsEnsured
Declaration
bool IsEnsured { get; set; }
Property Value
Type |
---|
System.Boolean |
IsVisible
Declaration
bool IsVisible { get; set; }
Property Value
Type |
---|
System.Boolean |
Region
Declaration
ScrollAxisRegion Region { get; set; }
Property Value
Type |
---|
ScrollAxisRegion |
Methods
EnsureColumns()
Declaration
void EnsureColumns()
GenerateVisibleCells()
Declaration
void GenerateVisibleCells()
UpdateCells()
Declaration
void UpdateCells()