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 Getting Started with Layout API article provides essential information on how to generate PDFs with the API.
Check out the other articles and code samples on the C# PDF generation library page.
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.