menu

WinForms

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

    Show / Hide Table of Contents

    Class TableAdv

    Inheritance
    System.Object
    BlockAdv
    TableAdv
    Inherited Members
    BlockAdv.GetIndexOfWord(ElementBox, Double, Double)
    BlockAdv.inlines
    BlockAdv.Inlines
    BlockAdv.LeftIndent
    BlockAdv.LeftIndentProperty
    BlockAdv.Length()
    BlockAdv.RightIndent
    BlockAdv.RightIndentProperty
    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.RichTextBoxAdv.WPF.dll
    Syntax
    public class TableAdv : BlockAdv

    Constructors

    TableAdv()

    Declaration
    public TableAdv()

    TableAdv(Int32, Int32)

    It creates the new table with given rows and columns count

    Declaration
    public TableAdv(int rowcount, int columncount)
    Parameters
    Type Name Description
    System.Int32 rowcount
    System.Int32 columncount

    Fields

    BackgroundProperty

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

    BorderBrushProperty

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

    BorderStyleProperty

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

    BorderThicknessProperty

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

    StrokeDashArrayProperty

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

    StrokeDashCapProperty

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

    StrokeDashOffsetProperty

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

    StrokeEndLineCapProperty

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

    StrokeLineJoinProperty

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

    StrokeMiterLimitProperty

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

    StrokeStartLineCapProperty

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

    Properties

    Background

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

    BorderBrush

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

    BorderStyle

    Declaration
    public Style BorderStyle { get; set; }
    Property Value
    Type
    System.Windows.Style

    BorderThickness

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

    IsEmpty

    Declaration
    public override bool IsEmpty { get; }
    Property Value
    Type
    System.Boolean
    Overrides
    BlockAdv.IsEmpty

    Rows

    Row collection

    Declaration
    public TableRowAdvCollection Rows { get; set; }
    Property Value
    Type
    TableRowAdvCollection

    StrokeDashArray

    Declaration
    public DoubleCollection StrokeDashArray { get; set; }
    Property Value
    Type
    System.Windows.Media.DoubleCollection

    StrokeDashCap

    Declaration
    public PenLineCap StrokeDashCap { get; set; }
    Property Value
    Type
    System.Windows.Media.PenLineCap

    StrokeDashOffset

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

    StrokeEndLineCap

    Declaration
    public PenLineCap StrokeEndLineCap { get; set; }
    Property Value
    Type
    System.Windows.Media.PenLineCap

    StrokeLineJoin

    Declaration
    public PenLineJoin StrokeLineJoin { get; set; }
    Property Value
    Type
    System.Windows.Media.PenLineJoin

    StrokeMiterLimit

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

    StrokeStartLineCap

    Declaration
    public PenLineCap StrokeStartLineCap { get; set; }
    Property Value
    Type
    System.Windows.Media.PenLineCap

    TableHolder

    Table Holder to hold columns

    Declaration
    public TableHolder TableHolder { get; }
    Property Value
    Type
    TableHolder

    TableWidth

    It Measures the TableWidth

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

    Methods

    CopyBlock()

    It copies the Table instance.

    Declaration
    public override BlockAdv CopyBlock()
    Returns
    Type
    BlockAdv
    Overrides
    BlockAdv.CopyBlock()

    InsertColumnAtIndex(Int32, ref List<TableCellAdv>)

    It inserts the Column at the given index.

    Declaration
    public void InsertColumnAtIndex(int index, ref List<TableCellAdv> insertedcells)
    Parameters
    Type Name Description
    System.Int32 index
    System.Collections.Generic.List<TableCellAdv> insertedcells

    InsertRowAtIndex(TableRowAdv, Int32)

    It inserts the Row at the specified index.

    Declaration
    public void InsertRowAtIndex(TableRowAdv given, int index)
    Parameters
    Type Name Description
    TableRowAdv given
    System.Int32 index
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved