menu

Document Processing

FormatCellsWindow Class - FileFormats API Reference | Syncfusion

    Show / Hide Table of Contents

    FormatCellsWindow Class

    Interaction logic for FormatAsTableWindow.xaml

    Inheritance
    System.Object
    CommandBaseWindow
    FormatCellsWindow
    Implements
    System.ComponentModel.INotifyPropertyChanged
    System.Windows.Markup.IComponentConnector
    Inherited Members
    CommandBaseWindow.CancelAction()
    CommandBaseWindow.OnClosing(CancelEventArgs)
    CommandBaseWindow.OnInitialized(EventArgs)
    CommandBaseWindow.OnKeyDown(KeyEventArgs)
    CommandBaseWindow.OnLoaded()
    CommandBaseWindow.SfSpreadsheet
    CommandBaseWindow.WorkSheet
    Namespace: Syncfusion.UI.Xaml.Spreadsheet.Commands
    Assembly: Syncfusion.SfSpreadsheet.WPF.dll
    Syntax
    public class FormatCellsWindow : CommandBaseWindow, INotifyPropertyChanged, IComponentConnector

    Constructors

    FormatCellsWindow()

    Initialize the values from the constructor

    Declaration
    public FormatCellsWindow()

    Methods

    InitializeComponent()

    InitializeComponent

    Declaration
    public void InitializeComponent()

    OnApplySettings()

    Apply the required changes into xlsio range by using commands.

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

    OnClosed(EventArgs)

    close the window.

    Declaration
    protected override void OnClosed(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e
    Overrides
    CommandBaseWindow.OnClosed(EventArgs)

    UnWireEvents()

    unhook the all the hooked events from this method.

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

    WireEvents()

    Hook the required events from this method.

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

    Events

    PropertyChanged

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

    Implements

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