OXPSTableCell Class
  
  
  
  
    Inheritance
    System.Object
    OXPSTableCell
   
  
  Assembly: Syncfusion.Pdf.Base.dll
  Syntax
  
    public class OXPSTableCell : Object
   
  Constructors
  
  
  
  
  OXPSTableCell()
  
  
  Declaration
  
  Properties
  
  
  
  
  ColumnSpan
  
  
  Declaration
  
    public int ColumnSpan { get; set; }
   
  Property Value
  
  
  
  
  Items
  
  
  Declaration
  
    public object[] Items { get; set; }
   
  Property Value
  
  
  
  
  ItemsElementName
  
  
  Declaration
  
    public OXPSItemsChoiceType[] ItemsElementName { get; set; }
   
  Property Value
  
  
  
  
  RowSpan
  
  
  Declaration
  
    public int RowSpan { get; set; }
   
  Property Value