ASP.NET Core

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PdfTreeGridCell - ASP.NETCore API Reference | Syncfusion

    Show / Hide Table of Contents

    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()
    Namespace: Syncfusion.EJ.Export
    Assembly: Syncfusion.EJ.Export.dll
    Syntax
    public class PdfTreeGridCell

    Constructors

    PdfTreeGridCell()

    Declaration
    public PdfTreeGridCell()

    PdfTreeGridCell(PdfTreeGridRow)

    Declaration
    public PdfTreeGridCell(PdfTreeGridRow row)
    Parameters
    Type Name Description
    PdfTreeGridRow row

    Properties

    ColumnSpan

    Declaration
    public int ColumnSpan { get; set; }
    Property Value
    Type Description
    System.Int32

    HeaderBorderBottomColor

    Declaration
    public PdfColor HeaderBorderBottomColor { get; set; }
    Property Value
    Type Description
    PdfColor

    Height

    Declaration
    public float Height { get; set; }
    Property Value
    Type Description
    System.Single

    IsHeaderCell

    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

    StringFormat

    Declaration
    public PdfStringFormat StringFormat { get; set; }
    Property Value
    Type Description
    PdfStringFormat

    Style

    Declaration
    public PdfTreeGridCellStyle Style { get; set; }
    Property Value
    Type Description
    PdfTreeGridCellStyle

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved