Class TableRow
Inheritance
System.Object
TableRow
Implements
System.Collections.Generic.IEnumerable<
TableCell>
System.Collections.IEnumerable
Assembly: IronWord.dll
Syntax
public class TableRow : TableElements, xdbdzv, IEnumerable<TableCell>, IEnumerable
Constructors
TableRow()
Declaration
TableRow(TableCell[])
Declaration
public TableRow(params TableCell[] cells)
Parameters
Properties
Cells
Declaration
public List<TableCell> Cells { get; }
Property Value
Type |
Description |
System.Collections.Generic.List<TableCell> |
|
Height
Declaration
public double Height { get; set; }
Property Value
Type |
Description |
System.Double |
|
Index
Declaration
public int Index { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Item[Int32]
Declaration
public TableCell this[int column] { get; set; }
Parameters
Type |
Name |
Description |
System.Int32 |
column |
|
Property Value
Methods
AddCell(TableCell)
Declaration
public void AddCell(TableCell cell)
Parameters
Clone()
Declaration
public override ContentElement Clone()
Returns
Overrides
CloneStruct()
Declaration
public TableRow CloneStruct()
Returns
GetEnumerator()
Declaration
public IEnumerator<TableCell> GetEnumerator()
Returns
Type |
Description |
System.Collections.Generic.IEnumerator<TableCell> |
|
GetHeight(Units)
Declaration
public double GetHeight(Units measurementUnit)
Parameters
Type |
Name |
Description |
Units |
measurementUnit |
|
Returns
Type |
Description |
System.Double |
|
InsertRowAfterSelf()
Declaration
public void InsertRowAfterSelf()
InsertRowAfterSelf(TableRow)
Declaration
public void InsertRowAfterSelf(TableRow row)
Parameters
InsertRowBeforeSelf()
Declaration
public void InsertRowBeforeSelf()
InsertRowBeforeSelf(TableRow)
Declaration
public void InsertRowBeforeSelf(TableRow row)
Parameters
SetHeight(Double, Units)
Declaration
public void SetHeight(double height, Units measurementUnit)
Parameters
Type |
Name |
Description |
System.Double |
height |
|
Units |
measurementUnit |
|
Implements
System.Collections.Generic.IEnumerable<>
System.Collections.IEnumerable