ASP.NET Core

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TableRowAdv - ASP.NETCore API Reference | Syncfusion TableRowAdv class. ">

    Show / Hide Table of Contents

    Class TableRowAdv

    Represents the TableRowAdv class.

    Inheritance
    System.Object
    BaseNode
    TableRowAdv
    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.DocumentEditor
    Assembly: Syncfusion.EJ.DocumentEditor.dll
    Syntax
    public class TableRowAdv : BaseNode

    Constructors

    TableRowAdv()

    Initializes a new instance of the TableRowAdv class.

    Declaration
    public TableRowAdv()

    Properties

    Cells

    Gets the List of TableCellAdv from the TableRowAdv.

    Declaration
    public List<TableCellAdv> Cells { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<TableCellAdv>

    The List of TableCellAdv from the TableRowAdv.

    GridAfter

    Gets or sets the grid after.

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

    The grid after.

    GridAfterWidth

    Gets or sets the width of the grid after.

    Declaration
    public double GridAfterWidth { get; set; }
    Property Value
    Type Description
    System.Double

    The width of the grid after.

    GridBefore

    Gets or sets the grid before.

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

    The grid before.

    GridBeforeWidth

    Gets or sets the width of the grid before.

    Declaration
    public double GridBeforeWidth { get; set; }
    Property Value
    Type Description
    System.Double

    The width of the grid before.

    RowFormat

    Gets or Sets the row format.

    Declaration
    public RowFormat RowFormat { get; set; }
    Property Value
    Type Description
    RowFormat
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved