TableCell Class
  
  
  
  
    Inheritance
    System.Object
    TableCell
   
  
  Assembly: Syncfusion.Pdf.Base.dll
  Syntax
  
    public class TableCell : Object
   
  Constructors
  
  
  
  
  TableCell()
  Initialise the new instance of the TableCell.
 
  
  Declaration
  
  Properties
  
  
  
  
  ColumnSpan
  
  
  Declaration
  
    public int ColumnSpan { get; set; }
   
  Property Value
  
  
  
  
  Items
  
  
  Declaration
  
    public object[] Items { get; set; }
   
  Property Value
  
  
  
  
  ItemsElementName
  
  
  Declaration
  
    public ItemsChoiceType[] ItemsElementName { get; set; }
   
  Property Value
  
  
  
  
  RowSpan
  
  
  Declaration
  
    public int RowSpan { get; set; }
   
  Property Value