Interface ITableLayoutInfo
Summary description for TableLayoutInfo.
Assembly: Syncfusion.DLS.Base.dll
Syntax
public interface ITableLayoutInfo
Properties
CellPaddings
Declaration
double CellPaddings { get; }
Property Value
Type |
Description |
System.Double |
|
CellSpasings
Declaration
double CellSpasings { get; }
Property Value
Type |
Description |
System.Double |
|
CellsWidth
Declaration
float[] CellsWidth { get; set; }
Property Value
Type |
Description |
System.Single[] |
|
Declaration
int HeadersRowCount { get; }
Property Value
Type |
Description |
System.Int32 |
|
Height
Declaration
Property Value
Type |
Description |
System.Single |
|
IsDefaultCells
Declaration
bool[] IsDefaultCells { get; }
Property Value
Type |
Description |
System.Boolean[] |
|
Width
Declaration
float Width { get; set; }
Property Value
Type |
Description |
System.Single |
|