ASP.NET Core

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

    Show / Hide Table of Contents

    Class CellInfo

    Inheritance
    System.Object
    CellInfo
    Implements
    IReportDispose
    System.IDisposable
    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.ReportViewer.JsonModel
    Assembly: Syncfusion.EJ.ReportViewer.dll
    Syntax
    public class CellInfo : IReportDispose, IDisposable

    Constructors

    CellInfo()

    Declaration
    public CellInfo()

    Properties

    Border

    Declaration
    public BorderVal Border { get; set; }
    Property Value
    Type Description
    BorderVal

    ColSpan

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

    FixedData

    Declaration
    public bool FixedData { get; set; }
    Property Value
    Type Description
    System.Boolean

    ItemModel

    Declaration
    public ReportItemBaseModel ItemModel { get; set; }
    Property Value
    Type Description
    ReportItemBaseModel

    RowSpan

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

    Methods

    Dispose()

    Declaration
    public void Dispose()

    Implements

    IReportDispose
    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved