menu

WinForms

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

    Show / Hide Table of Contents

    Class TableCellStyleHistoryInfo

    Inheritance
    System.Object
    HistoryInfo
    TableCellStyleHistoryInfo
    Inherited Members
    HistoryInfo.Text
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.RichTextBoxAdv.WPF.dll
    Syntax
    public class TableCellStyleHistoryInfo : HistoryInfo

    Constructors

    TableCellStyleHistoryInfo()

    Declaration
    public TableCellStyleHistoryInfo()

    Properties

    BorderColor

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

    BorderThickness

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

    SelectedCells

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

    Table

    Declaration
    public TableAdv Table { get; set; }
    Property Value
    Type
    TableAdv

    TableCellBackground

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