menu

WinForms

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

    Show / Hide Table of Contents

    Class FormatAsTableForm

    Inheritance
    System.Object
    CommandBaseForm
    FormatAsTableForm
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    CommandBaseForm.CancelAction()
    CommandBaseForm.OnClosed(EventArgs)
    CommandBaseForm.OnClosing(CancelEventArgs)
    CommandBaseForm.OnLoad(EventArgs)
    CommandBaseForm.SfSpreadsheet
    CommandBaseForm.WorkSheet
    Namespace: Syncfusion.Windows.Forms.Spreadsheet.Commands
    Assembly: Syncfusion.Spreadsheet.Windows.dll
    Syntax
    public class FormatAsTableForm : CommandBaseForm, INotifyPropertyChanged

    Constructors

    FormatAsTableForm()

    Declaration
    public FormatAsTableForm()

    Properties

    FormatText

    Declaration
    public string FormatText { get; set; }
    Property Value
    Type
    System.String

    IsIntersectCell

    Gets or sets the value of IsIntersectCell.

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

    IsRangeSingleCell

    Gets or sets the value of IsRangeIntersectCell.

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

    TableStyle

    Gets or sets the table style.

    Declaration
    public TableBuiltInStyles TableStyle { get; set; }
    Property Value
    Type
    TableBuiltInStyles

    Value

    Gets or sets the IRange.

    Declaration
    public IRange Value { get; set; }
    Property Value
    Type
    IRange

    Methods

    Dispose(Boolean)

    Clean up any resources being used.

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    true if managed resources should be disposed; otherwise, false.

    OnApplySettings()

    Apply the changes into the XlsIO Range.

    Declaration
    protected override void OnApplySettings()
    Overrides
    CommandBaseForm.OnApplySettings()

    OnLoaded()

    Load the initial values when form was loaded initially.

    Declaration
    protected override void OnLoaded()
    Overrides
    CommandBaseForm.OnLoaded()

    ProcessCmdKey(ref Message, Keys)

    Perform the required operation when press Escape or enter key.

    Declaration
    protected override bool ProcessCmdKey(ref Message msg, Keys keyData)
    Parameters
    Type Name Description
    System.Windows.Forms.Message msg
    System.Windows.Forms.Keys keyData
    Returns
    Type
    System.Boolean
    Overrides
    CommandBaseForm.ProcessCmdKey(ref Message, Keys)

    UnWireEvents()

    Unhook the triggered events from this method.

    Declaration
    protected override void UnWireEvents()
    Overrides
    CommandBaseForm.UnWireEvents()

    WireEvents()

    Hook the required events.

    Declaration
    protected override void WireEvents()
    Overrides
    CommandBaseForm.WireEvents()

    Events

    PropertyChanged

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type
    System.ComponentModel.PropertyChangedEventHandler

    Implements

    System.ComponentModel.INotifyPropertyChanged
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved