Version

ITable Interface

Represents a table element.
Syntax
'Declaration
 
Public Interface ITable 
public interface ITable 
Remarks
Each table row is independent and can have as many cells as required. This allows the simulation of colspan properties and helps to create very complex symmetric or asymmetric layouts. This is different from a Infragistics.Documents.Reports.Report.Grid.IGrid element where a cell's width is determined by the width of the corresponding Infragistics.Documents.Reports.Report.Grid.IGridColumn and a cell has its own colspan and rowspan properties.
Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

View on GitHub