TableCell Class

The table cell configuration.

Inheritance Hierarchy

System.Object
  BitMiracle.Docotic.Pdf.Layout.TableCell

Namespace:  BitMiracle.Docotic.Pdf.Layout
Assembly:  BitMiracle.Docotic.Pdf.Layout (in BitMiracle.Docotic.Pdf.Layout.dll)

Syntax

C#
public sealed class TableCell
VB
Public NotInheritable Class TableCell

The TableCell type exposes the following members.

Methods

  NameDescription
Public methodColumnIndex
Sets the first column index for this cell.
Public methodColumnSpan
Sets the number of columns to span.
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodRowIndex
Sets the first row index for this cell.
Public methodRowSpan
Sets the number of rows to span.
Public methodToString (Inherited from Object.)

See Also