[]
Represents SelectData dialog for SpreadChart.
public class ChartSelectDataSource : ModelessForm, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Public Class ChartSelectDataSource
Inherits ModelessForm
Implements IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Name | Description |
---|---|
ChartSelectDataSource(FpSpread, SpreadChart) | Initializes a new instance of the ChartSelectDataSource class. |
Name | Description |
---|---|
ActiveSheetView(string, SheetView) | Actives the sheet view. |
Dispose(bool) | Clean up any resources being used. |
Hide() | Conceals the control from the user. |
OnClosed(EventArgs) | Raises the System.Windows.Forms.Form.Closed event. |
OnClosing(CancelEventArgs) | Raises the System.Windows.Forms.Form.Closing event. |
OnSelectionChanged(CellRange, CellRange[]) | Called when user finished selecting cell range. |
OnShown(EventArgs) | Raises the Shown event. |
ProcessDialogKey(Keys) | Processes a dialog box key. |
ProcessMnemonic(char) | Processes the mnemonic. |
ProcessTabKey(bool) | |
RestoreFromCompactMode() | Restores from compact mode. |
ScaleControl(SizeF, BoundsSpecified) | |
Show() | Displays the control to the user. |
TransformToCompactMode() | Transforms to compact mode. |
UpdateSelectionCellRange(SheetView, CellRange[]) | Updates the selection cell range. |
WndProc(ref Message) | This function handles all messages which is dispatched to the window. |