Class PdfTreeGridCellStyle
Implements
System.ICloneable
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()
Namespace: Syncfusion.EJ.Export
Assembly: Syncfusion.EJ.Export.dll
Syntax
public class PdfTreeGridCellStyle : PdfTreeGridRowStyle, ICloneable
Constructors
PdfTreeGridCellStyle()
Initializes a new instance of the
Declaration
public PdfTreeGridCellStyle()
Properties
BackgroundImage
Gets or sets the background image.
Declaration
public PdfImage BackgroundImage { get; set; }
Property Value
Type | Description |
---|---|
PdfImage | The background image. |
Borders
Gets or sets the border.
Declaration
public PdfBorders Borders { get; set; }
Property Value
Type | Description |
---|---|
PdfBorders | The border. |
StringFormat
Gets the string format.
Declaration
public PdfStringFormat StringFormat { get; set; }
Property Value
Type | Description |
---|---|
PdfStringFormat | The string format. |
Implements
System.ICloneable