Class PdfTreeGridCell
Inheritance
System.Object
PdfTreeGridCell
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Syncfusion.EJ.Export.dll
Syntax
public class PdfTreeGridCell
Constructors
PdfTreeGridCell()
Declaration
PdfTreeGridCell(PdfTreeGridRow)
Declaration
public PdfTreeGridCell(PdfTreeGridRow row)
Parameters
Properties
ColumnSpan
Declaration
public int ColumnSpan { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public PdfColor HeaderBorderBottomColor { get; set; }
Property Value
Height
Declaration
public float Height { get; set; }
Property Value
Type |
Description |
System.Single |
|
Declaration
public bool IsHeaderCell { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
RowSpan
Declaration
public int RowSpan { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public PdfStringFormat StringFormat { get; set; }
Property Value
Style
Declaration
public PdfTreeGridCellStyle Style { get; set; }
Property Value
Value
Declaration
public object Value { get; set; }
Property Value
Type |
Description |
System.Object |
|
Width
Declaration
public float Width { get; set; }
Property Value
Type |
Description |
System.Single |
|