Class OXPSTableCell
Inheritance
System.Object
OXPSTableCell
Assembly: Syncfusion.XpsToPdfConverter.Portable.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