Class TableCell
- Namespace
- BitMiracle.Docotic.Pdf.Layout
- Assembly
- BitMiracle.Docotic.Pdf.Layout.dll
The table cell configuration.
public sealed class TableCell
- Inheritance
-
TableCell
- Inherited Members
Remarks
Read the Table container article for the detailed information about tables.
The .NET PDF generator article provides essential information on how to generate PDFs with the API.
Methods
- ColumnIndex(int)
Sets the first column index for this cell.
- ColumnSpan(int)
Sets the number of columns to span.
- RowIndex(int)
Sets the first row index for this cell.
- RowSpan(int)
Sets the number of rows to span.