OXPSTableCell Class
Inheritance
System.Object
OXPSTableCell
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.XPS
Assembly: Syncfusion.Pdf.Base.dll
Syntax
public class OXPSTableCell
Constructors
OXPSTableCell()
Declaration
public OXPSTableCell()
Properties
ColumnSpan
Declaration
public int ColumnSpan { get; set; }
Property Value
Type |
---|
System.Int32 |
Items
Declaration
public object[] Items { get; set; }
Property Value
Type |
---|
System.Object[] |
ItemsElementName
Declaration
public OXPSItemsChoiceType[] ItemsElementName { get; set; }
Property Value
Type |
---|
OXPSItemsChoiceType[] |
RowSpan
Declaration
public int RowSpan { get; set; }
Property Value
Type |
---|
System.Int32 |