Class FormatForm
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Syncfusion.Windows.Forms.Spreadsheet.Commands
Assembly: Syncfusion.Spreadsheet.Windows.dll
Syntax
public class FormatForm : CommandBaseForm, INotifyPropertyChanged
Constructors
FormatForm()
Declaration
public FormatForm()
Properties
CellFormat
Gets or sets the Format of the CurrentCell either RowHeight or ColumnWidth
Declaration
public string CellFormat { get; set; }
Property Value
Type |
---|
System.String |
Value
Gets or sets the value to be displayed for rowheight or columnwidth
Declaration
public double Value { get; set; }
Property Value
Type |
---|
System.Double |
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 modifed values into XlsIO workbook.
Declaration
protected override void OnApplySettings()
Overrides
OnLoaded()
Initialize the required values while load the form.
Declaration
protected override void OnLoaded()
Overrides
UnWireEvents()
Unhook the triggered events.
Declaration
protected override void UnWireEvents()
Overrides
WireEvents()
Hook the required events.
Declaration
protected override void WireEvents()
Overrides
Events
PropertyChanged
Event to handle if the Property is Changed
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
---|
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged