Class Table.TableLayoutInfo
Inheritance
System.Object
Table.TableLayoutInfo
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.DLS
Assembly: Syncfusion.DLS.Base.dll
Syntax
protected class TableLayoutInfo : ITableLayoutInfo
Constructors
TableLayoutInfo(Table)
Declaration
public TableLayoutInfo(Table table)
Parameters
Type | Name | Description |
---|---|---|
Table | table |
Properties
CellPaddings
Gets owner cell paddings.
Declaration
public double CellPaddings { get; }
Property Value
Type |
---|
System.Double |
CellSpasings
Gets owner table cell spasings.
Declaration
public double CellSpasings { get; }
Property Value
Type |
---|
System.Double |
CellsWidth
Declaration
public float[] CellsWidth { get; set; }
Property Value
Type |
---|
System.Single[] |
HeadersRowCount
Declaration
public int HeadersRowCount { get; }
Property Value
Type |
---|
System.Int32 |
Height
Declaration
public float Height { get; }
Property Value
Type |
---|
System.Single |
IsDefaultCells
Declaration
public bool[] IsDefaultCells { get; }
Property Value
Type |
---|
System.Boolean[] |
Width
Declaration
public float Width { get; set; }
Property Value
Type |
---|
System.Single |