menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TableCellAdv - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TableCellAdv

    Inheritance
    System.Object
    TableCellAdv
    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.RichTextBoxAdv.WPF.dll
    Syntax
    public class TableCellAdv : DependencyObject

    Constructors

    TableCellAdv()

    Declaration
    public TableCellAdv()

    Fields

    TextAlignmentProperty

    Declaration
    public static readonly DependencyProperty TextAlignmentProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    Properties

    Background

    It gets or sets the Background color of the Cell

    Declaration
    public Color Background { get; set; }
    Property Value
    Type
    System.Windows.Media.Color

    Blocks

    Gets the Block Collection

    Declaration
    public BlockCollection<BlockAdv> Blocks { get; set; }
    Property Value
    Type
    BlockCollection<BlockAdv>

    ColumnIndex

    It gets ColumnIndex of the Cell.

    Declaration
    public int ColumnIndex { get; }
    Property Value
    Type
    System.Int32

    ColumnSpan

    It gets/sets the ColumnSpan of the Cell.

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

    DesiredWidth

    It gets/sets the Width of the Cell

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

    RowIndex

    It gets the RowIndex of the Cell

    Declaration
    public int RowIndex { get; }
    Property Value
    Type
    System.Int32

    RowSpan

    It gets/sets the RowSpan of the Cell.

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

    TextAlignment

    Declaration
    public TextAlignment TextAlignment { get; set; }
    Property Value
    Type
    System.Windows.TextAlignment
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved