Spread Windows Forms 10.0 Product Documentation
FpSpread Class Methods


For a list of all members of this type, see FpSpread members.

Public Methods
 NameDescription
Public MethodAddControlOverloaded. Adds a child control to a specified sheet at the location of the specified row and column.  
Public MethodAddViewportOverloaded. Adds a row or column of viewports.  
Public MethodBeginInvokeOverloaded. Executes the specified delegate asynchronously on the thread that the control's underlying handle was created on. (Inherited from System.Windows.Forms.Control)
Public MethodBringToFrontBrings the control to the front of the z-order. (Inherited from System.Windows.Forms.Control)
Public MethodCancelAnnotationModeCancels annotation mode.  
Public MethodCancelCellEditingCancels cell editing.  
Public MethodContainsRetrieves a value indicating whether the specified control is a child of the control. (Inherited from System.Windows.Forms.Control)
Public MethodCreateControlForces the creation of the visible control, including the creation of the handle and any visible child controls. (Inherited from System.Windows.Forms.Control)
Public MethodCreateGraphicsCreates the System.Drawing.Graphics for the control. (Inherited from System.Windows.Forms.Control)
Public MethodCreateTableStyleCreates a table style based on the table style contained in the table style collection or a built-in table style.  
Public MethodDrawToBitmapSupports rendering to the specified bitmap. (Inherited from System.Windows.Forms.Control)
Public MethodEndInvokeRetrieves the return value of the asynchronous operation represented by the System.IAsyncResult passed. (Inherited from System.Windows.Forms.Control)
Public MethodFindFormRetrieves the form that the control is on. (Inherited from System.Windows.Forms.Control)
Public MethodFocusSets input focus to the control. (Inherited from System.Windows.Forms.Control)
Public MethodGetActionMapGets the action map, that maps action identifiers (for keystrokes) to particular actions.  
Public MethodGetActiveColumnViewportIndexOverloaded. Gets the index of the active viewport column for the active sheet.  
Public MethodGetActiveRowViewportIndexOverloaded. Gets the index of the active viewport row for the active sheet.  
Public MethodGetCellFromPixelGets the row and column indexes of the cell at the specified pointer location.  
Public MethodGetCellRectangleGets the rectangle of the cell.  
Public MethodGetChildAtPointOverloaded. Retrieves the child control that is located at the specified coordinates, specifying whether to ignore child controls of a certain type. (Inherited from System.Windows.Forms.Control)
Public MethodGetColumnHeaderRectangleGets the rectangle of the column header.  
Public MethodGetColumnPageBreaksOverloaded. Gets the column page breaks for the specified sheet under the current printing conditions.  
Public MethodGetColumnRangeGroupHeightGets the height of the column range group.  
Public MethodGetColumnSplitBarRectangleGets the rectangle of the column split bar.  
Public MethodGetColumnSplitBoxRectangleGets the rectangle of the column split box.  
Public MethodGetColumnViewportCountOverloaded. Gets the number of viewport columns in the active sheet.  
Public MethodGetColumnViewportIndexFromXGets the index of the viewport column for the specified coordinate for the active sheet.  
Public MethodGetContainerControlReturns the next System.Windows.Forms.ContainerControl up the control's chain of parent controls. (Inherited from System.Windows.Forms.Control)
Public MethodGetCursorGets the pointer displayed over different areas of the component.  
Public Methodstatic (Shared in Visual Basic)GetExcelSheetNamesOverloaded. Gets an array of sheet names from the specified Excel stream.  
Public MethodGetFilterBarHeaderRectangleGets the rectangle of the column header.  
Public MethodGetFilterBarRectangleGets the rectangle of the filter bar.  
Public MethodGetHorizontalScrollBarRectangleGets the rectangle of the horizontal scroll bar.  
Public MethodGetInputMapOverloaded. Gets the input map defined for the specified focus mode.  
Public MethodGetInputMapWhenChildHasFocusGets the input map when a child control has keyboard focus.  
Public MethodGetInputMapWhenShapeHasFocusGets the input map when a shape has keyboard focus.  
Public MethodGetMaximumCellOverflowWidthGets the maximum cell overflow width in pixels.  
Public MethodGetOwnerPrintColumnPageBreaksOverloaded. Gets the column page breaks for the specified sheet under the current printing conditions.  
Public MethodGetOwnerPrintInfoGets the printing information required to print a given sheet into the supplied rectangle.  
Public MethodGetOwnerPrintPageCountGets the number of pages required to print a given sheet into the supplied rectangle.  
Public MethodGetOwnerPrintRowPageBreaksOverloaded. Gets the row page breaks for the specified sheet under the current printing conditions.  
Public MethodGetPreferredSizeRetrieves the size of a rectangular area into which a control can be fitted. (Inherited from System.Windows.Forms.Control)
Public MethodGetPrintPageCountGets the number of pages required to print the specified sheet.  
Public MethodGetPrintPreviewGets the print preview dialog.  
Public MethodGetRootWorkbookGets the main workbook associated with the Spread component.  
Public MethodGetRowHeaderRectangleGets the rectangle of the row header.  
Public MethodGetRowPageBreaksOverloaded. Gets the row page breaks for the specified sheet under the current printing conditions.  
Public MethodGetRowRangeGroupWidthGets the width of the row range group.  
Public MethodGetRowSplitBarRectangleGets the rectangle of the row split bar.  
Public MethodGetRowSplitBoxRectangleGets the rectangle of the row split box.  
Public MethodGetRowViewportCountOverloaded. Gets the number of viewport rows.  
Public MethodGetRowViewportIndexFromYGets the index of the viewport row for the specified coordinate for the active sheet.  
Public MethodGetSheetFromTagGets a sheet with a specific tag.  
Public MethodGetSheetTabRectangleGets the rectangle of the tab associated with a sheet.  
Public MethodGetTabSplitBoxRectangleGets the rectangle of the split box on the tab strip.  
Public MethodGetTabStripRectangleGets the rectangle of the tab strip.  
Public MethodGetVerticalScrollBarRectangleGets the rectangle of the vertical scroll bar.  
Public MethodGetViewportBottomRowOverloaded. Gets the bottom row of cells of the specified viewport row for the active sheet.  
Public MethodGetViewportLeftColumnOverloaded. Gets the leftmost column of cells of the specified viewport column for the active sheet.  
Public MethodGetViewportPreferredHeightOverloaded. Gets the maximum height of the viewport row for the active sheet.  
Public MethodGetViewportPreferredWidthOverloaded. Gets the maximum width of the specified viewport column.  
Public MethodGetViewportRectangleGets the rectangle of the viewport.  
Public MethodGetViewportRightColumnOverloaded. Gets the rightmost column of cells of the specified viewport column for the active sheet.  
Public MethodGetViewportTopRowOverloaded. Gets the top row of cells of the specified viewport row for the specified sheet.  
Public MethodGoalSeekAttempts to find the value for one cell that produces the desired formula result in another cell.  
Public MethodHideConceals the control from the user. (Inherited from System.Windows.Forms.Control)
Public MethodHideTouchKeyboardHides the touch keyboard.  
Public MethodHitTestPerforms a hit test.  
Public MethodInvalidateOverloaded. Invalidates the specified region of the control (adds it to the control's update region, which is the area that will be repainted at the next paint operation), and causes a paint message to be sent to the control. (Inherited from System.Windows.Forms.Control)
Public MethodInvokeOverloaded. Executes the specified delegate on the thread that owns the control's underlying window handle. (Inherited from System.Windows.Forms.Control)
Public MethodIsCellInViewReturns whether the cell at the specified location is visible in the specified view.  
Public MethodIsExcelFileOverloaded. Opens the specified file and determines whether it meets the minimal requirements to be considered an Excel file.  
Public MethodIsExcelStreamOverloaded. Opens the specified file and determines whether it meets the minimal requirements to be considered a stream that contains an Excel workbook.  
Public MethodIsSpreadSSFileOpens the specified file and determines whether it meets the minimal requirements to be considered a Spread SS file.  
Public MethodIsSpreadXmlFileOpens the specified file and determines whether it meets the minimal requirements to be considered a Spread XML file.  
Public MethodLoadFormulasLoads formulas that are deserialized but not parsed yet, to be used after all sheets have been created and deserialized.  
Public MethodLoadXmlInputMapFileOverloaded. Loads the XML input map file using the specified operation mode.  
Public MethodLoadXmlInputMapFileWhenChildHasFocusOverloaded. Loads the XML input map file when the child has the focus.  
Public MethodLoadXmlInputMapFileWhenShapeHasFocusOverloaded. Loads the XML input map file when the shape has the focus.  
Public MethodOnClipboardChangingRaises the ClipboardChanging event.  
Public MethodOpenOverloaded. Opens a saved XML file.  
Public MethodOpenExcelOverloaded. Opens an Excel Compound Document File and loads it into Spread.  
Public MethodOpenSpreadFileOpens a saved Spread file.  
Public MethodOwnerPrintDrawOverloaded. Prints the specified page of the specified sheet to a specified graphics interface with the specified size.  
Public MethodPerformLayoutOverloaded. Forces the Spread component to apply layout logic to its child controls.  
Public MethodPointToClientComputes the location of the specified screen point into client coordinates. (Inherited from System.Windows.Forms.Control)
Public MethodPointToScreenComputes the location of the specified client point into screen coordinates. (Inherited from System.Windows.Forms.Control)
Public MethodPreProcessControlMessagePreprocesses keyboard or input messages within the message loop before they are dispatched. (Inherited from System.Windows.Forms.Control)
Public MethodPrintSheetOverloaded. Handles the printing of the specified sheet in a separate thread.  
Public MethodRectangleToClientComputes the size and location of the specified screen rectangle in client coordinates. (Inherited from System.Windows.Forms.Control)
Public MethodRectangleToScreenComputes the size and location of the specified client rectangle in screen coordinates. (Inherited from System.Windows.Forms.Control)
Public MethodRefreshForces the control to invalidate its client area and immediately redraw itself and any child controls. (Inherited from System.Windows.Forms.Control)
Public MethodRemoveControlRemoves a child control from the specified sheet.  
Public MethodRemoveViewportOverloaded. Removes a row or column of viewports.  
Public MethodResetResets the component to its original state.  
Public MethodResetCellNoteIndicatorRendererResets the focus renderer to its original state.  
Public MethodResetFocusRendererResets the focus renderer to its original state.  
Public MethodResetTextResets the System.Windows.Forms.Control.Text property to its default value. (Inherited from System.Windows.Forms.Control)
Public MethodResumeLayoutOverloaded. Resumes normal layout logic.  
Public MethodSaveOverloaded. Saves the content of the Spread component to the specified file.  
Public MethodSaveExcelOverloaded. Saves the content of the Spread component to the specified stream.  
Public MethodSaveXmlInputMapFileOverloaded. Saves the XML input map file.  
Public MethodSaveXmlInputMapFileWhenChildHasFocusOverloaded. Saves the XML input map file when child has focus.  
Public MethodSaveXmlInputMapFileWhenShapeHasFocusOverloaded. Saves the XML input map file when shape has focus.  
Public MethodScale (Inherited from System.Windows.Forms.Control)
Public MethodSearchOverloaded. Searches the text in the specified range of cells in the specified sheet for the specified string with the specified criteria.  
Public MethodSearchHeadersOverloaded. Searches the text in the header cells in the specified sheet for the specified string.  
Public MethodSearchWithDialogOverloaded. Searches the text in the cells of the active sheet for the search string with the default criteria using a provided search dialog.  
Public MethodSearchWithDialogAdvancedOverloaded. Searches the text in the cells of the sheets for the search string with the default criteria using a provided advanced search dialog.  
Public MethodSelectNextControlActivates the next control. (Inherited from System.Windows.Forms.Control)
Public MethodSendToBackSends the control to the back of the z-order. (Inherited from System.Windows.Forms.Control)
Public MethodSetActionMapSets the action map, that maps action identifiers (for keystrokes) to particular actions.  
Public MethodSetActiveViewportOverloaded. Sets the active viewport for the active sheet.  
Public MethodSetBoundsOverloaded. Sets the bounds of the control to the specified location and size. (Inherited from System.Windows.Forms.Control)
Public MethodSetCursorSets the pointer displayed over different areas of the component.  
Public MethodSetInputMapOverloaded. Sets the input map for the specified focus mode and operation mode.  
Public MethodSetInputMapWhenChildHasFocusSets the input map when a child control has keyboard focus.  
Public MethodSetInputMapWhenShapeHasFocusSets the input map when a shape has keyboard focus.  
Public MethodSetInsertSheetImageSets the custom image displayed on the insert sheet tab.  
Public MethodSetMaximumCellOverflowWidthSets the maximum cell overflow width in pixels.  
Public MethodSetPrintInfoSets the PrintInfo object for the specfied sheet.  
Public MethodSetPrintPreviewSets the print preview dialog.  
Public MethodSetViewportLeftColumnOverloaded. Sets the leftmost column of cells of the specified viewport column for the active sheet.  
Public MethodSetViewportPreferredHeightOverloaded. Sets the maximum height of the specified viewport row for the active sheet.  
Public MethodSetViewportPreferredWidthOverloaded. Sets the maximum width of the specified viewport column for the active sheet.  
Public MethodSetViewportTopRowOverloaded. Sets the top row of cells of the specified viewport row for the active sheet.  
Public MethodShowDisplays the control to the user. (Inherited from System.Windows.Forms.Control)
Public MethodShowActiveCellMoves the active cell to the specified position in the component.  
Public MethodShowCellMoves the specified cell in the specified viewport to the specified position in the component.  
Public MethodShowCollectionEditorShows the collection editor.  
Public MethodShowColumnMoves a column of cells in the specified viewport to the specified position in the component.  
Public MethodShowDependentsShows the dependent cells for a formula cell.  
Public MethodShowEditFormDisplays the form used for editing custom names.  
Public MethodShowInputMapEditorDisplays the input map editor.  
Public MethodShowListCustomNameFormDisplays the form that contains a list of custom names.  
Public MethodShowPageSetupOverloaded. Shows the page setup dialog with the specified buttons for the specified sheet.  
Public MethodShowPrecedentsShows the cells that are referred to by formulas in other cells.  
Public MethodShowRowMoves a row in the specified viewport to the specified position in the component.  
Public MethodShowTouchKeyboardDisplays the touch keyboard.  
Public MethodStartAnnotationModeOverloaded. Starts annotation mode.  
Public MethodStartCellEditingStarts cell editing.  
Public MethodStartInkNotationOverloaded. Starts ink notation in the active viewport if the Microsoft.Ink assembly is found in the GAC.  
Public MethodStopAnnotationModeStops annotation mode.  
Public MethodStopCellEditingStops cell editing.  
Public MethodSuspendLayoutTemporarily suspends the layout logic for this component.  
Public MethodToString (Inherited from System.ComponentModel.Component)
Public MethodUpdateCauses the control to redraw the invalidated regions within its client area. (Inherited from System.Windows.Forms.Control)
Top
Protected Methods
 NameDescription
Protected MethodCreateAccessibilityInstanceCreates a new accessibility object for the control. (Inherited from System.Windows.Forms.Control)
Protected MethodCreateControlsInstanceCreates a new instance of the control collection for the control. (Inherited from System.Windows.Forms.Control)
Protected MethodCreateHandleCreates a handle for the control. (Inherited from System.Windows.Forms.Control)
Protected MethodDestroyHandleDestroys the handle associated with the control. (Inherited from System.Windows.Forms.Control)
Protected MethodFinalizeThe destructor method  
Protected MethodGetAccessibilityObjectByIdRetrieves the specified System.Windows.Forms.AccessibleObject. (Inherited from System.Windows.Forms.Control)
Protected MethodGetAutoSizeModeRetrieves a value indicating how a control will behave when its System.Windows.Forms.Control.AutoSize property is enabled. (Inherited from System.Windows.Forms.Control)
Protected MethodGetScaledBoundsRetrieves the bounds within which the control is scaled. (Inherited from System.Windows.Forms.Control)
Protected MethodGetService (Inherited from System.ComponentModel.Component)
Protected MethodGetStyleRetrieves the value of the specified control style bit for the control. (Inherited from System.Windows.Forms.Control)
Protected MethodGetTopLevelDetermines if the control is a top-level control. (Inherited from System.Windows.Forms.Control)
Protected MethodInvokeGotFocusRaises the System.Windows.Forms.Control.GotFocus event for the specified control. (Inherited from System.Windows.Forms.Control)
Protected MethodInvokeLostFocusRaises the System.Windows.Forms.Control.LostFocus event for the specified control. (Inherited from System.Windows.Forms.Control)
Protected MethodInvokeOnClickRaises the System.Windows.Forms.Control.Click event for the specified control. (Inherited from System.Windows.Forms.Control)
Protected MethodInvokePaintRaises the System.Windows.Forms.Control.Paint event for the specified control. (Inherited from System.Windows.Forms.Control)
Protected MethodInvokePaintBackgroundRaises the PaintBackground event for the specified control. (Inherited from System.Windows.Forms.Control)
Protected MethodIsInputCharOverridden. Determines whether the specified character is an input character that the component can handle without preprocessing.  
Protected MethodIsInputKeyOverridden. Determines whether the specified key is an input key that the component can handle without preprocessing.  
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodOnActiveSheetChangedRaises the ActiveSheetChanged event.  
Protected MethodOnActiveSheetChangingRaises the ActiveSheetChanging event.  
Protected MethodOnActiveSpreadViewChangedRaises the ActiveSpreadViewChanged event.  
Protected MethodOnActiveSpreadViewChangingRaises the ActiveSpreadViewChanging event.  
Protected MethodOnAdvanceRaises the Advance event.  
Protected MethodOnAllowUserToTouchZoomChangedRaises the AllowUserToZoomChanged event.  
Protected MethodOnAnnotationModeEndingRaises the AnnotationModeEnding event.  
Protected MethodOnAnnotationModeStartingRaises the AnnotationModeStarting event.  
Protected MethodOnAutoFilteredColumnRaises the AutoFilteredColumn event.  
Protected MethodOnAutoFilteringColumnRaises the AutoFilteringColumn event.  
Protected MethodOnAutoScrollWhenKeyboardShowingChangedRaises the AutoScrollWhenKeyboardShowingChanged event.  
Protected MethodOnAutoSizeChangedRaises the System.Windows.Forms.Control.AutoSizeChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnAutoSortedColumnRaises the AutoSortedColumn event.  
Protected MethodOnAutoSortingColumnRaises the AutoSortingColumn event.  
Protected MethodOnBackColorChangedRaises the System.Windows.Forms.Control.BackColorChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnBackgroundImageChangedRaises the System.Windows.Forms.Control.BackgroundImageChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnBackgroundImageLayoutChangedRaises the System.Windows.Forms.Control.BackgroundImageLayoutChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnBoundaryFeedbackModeChangedRaises the BoundaryFeedbackModeChanged event.  
Protected MethodOnButtonClickedRaises the ButtonClicked event.  
Protected MethodOnCellClickRaises the CellClick event.  
Protected MethodOnCellDoubleClickRaises the CellDoubleClick event.  
Protected MethodOnChangeRaises the Change event.  
Protected MethodOnChildControlActivatedRaises the ChildControlActivated event.  
Protected MethodOnChildControlDeactivatedRaises the ChildControlDeactivated event.  
Protected MethodOnChildViewCreatedRaises the ChildViewCreated event.  
Protected MethodOnChildWorkbookCreatedRaises the ChildWorkbookCreated event.  
Protected MethodOnClickRaises the System.Windows.Forms.Control.Click event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnClientSizeChangedOverridden. Overrides to adjust the client area.  
Protected MethodOnClipboardChangedRaises the ClipboardChanged event.  
Protected MethodOnClipboardPastedRaises the ClipboardPasted event.  
Protected MethodOnClipboardPastingRaises the ClipboardPasting event.  
Protected MethodOnColumnDragMoveRaises the ColumnDragMove event.  
Protected MethodOnColumnDragMoveCompletedRaises the ColumnDragMoveCompleted event.  
Protected MethodOnColumnViewportWidthChangedRaises the ColumnViewportWidthChanged event.  
Protected MethodOnColumnWidthChangedRaises the ColumnWidthChanged event.  
Protected MethodOnColumnWidthChangingRaises the ColumnWidthChanging event.  
Protected MethodOnComboCloseUpRaises the ComboCloseUp event.  
Protected MethodOnComboDropDownRaises the ComboDropDown event.  
Protected MethodOnComboSelChangeRaises the ComboSelChange event.  
Protected MethodOnContextMenuStripChangedRaises the System.Windows.Forms.Control.ContextMenuStripChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnControlRemovedRaises the ControlRemoved event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnCursorChangedRaises the System.Windows.Forms.Control.CursorChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnDataColumnConfigureRaises the DataColumnConfigure event.  
Protected MethodOnDialogCharRaises the DialogChar event.  
Protected MethodOnDialogKeyRaises the DialogKey event.  
Protected MethodOnDoubleClickOverridden. Raises the DoubleClick event.  
Protected MethodOnDragDropRaises the System.Windows.Forms.Control.DragDrop event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnDragDropBlockRaises the DragDropBlock event.  
Protected MethodOnDragDropBlockCompletedRaises the DragDropBlockCompleted event.  
Protected MethodOnDragEnterRaises the System.Windows.Forms.Control.DragEnter event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnDragFillBlockRaises the DragFillBlock event.  
Protected MethodOnDragFillBlockCompletedRaises the DragFillBlockCompleted event.  
Protected MethodOnDragLeaveRaises the System.Windows.Forms.Control.DragLeave event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnDragOverRaises the System.Windows.Forms.Control.DragOver event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnEditChangeRaises the EditChange event.  
Protected MethodOnEditErrorRaises the EditError event.  
Protected MethodOnEditModeOffRaises the EditModeOff event.  
Protected MethodOnEditModeOnRaises the EditModeOn event.  
Protected MethodOnEditModeStartingRaises the EditModeStarting event.  
Protected MethodOnEditorFocusedRaises the EditorFocused event.  
Protected MethodOnEnabledChangedOverridden. Raises the EnableChanged event.  
Protected MethodOnEnterRaises the System.Windows.Forms.Control.Enter event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnEnterCellRaises the EnterCell event.  
Protected MethodOnErrorRaises the Error event.  
Protected MethodOnExpandRaises the EnterCell event.  
Protected MethodOnFilterBarClickRaises the FilterBarClick event.  
Protected MethodOnFilterBarDoubleClickRaises the FilterBarDoubleClick event.  
Protected MethodOnFontChangedRaises the System.Windows.Forms.Control.FontChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnForeColorChangedRaises the System.Windows.Forms.Control.ForeColorChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnGroupedRaises the Grouped event.  
Protected MethodOnGroupingRaises the Grouping event.  
Protected MethodOnHeaderIndicatorPositionAdjustingChangedRaises the HeaderIndicatorPositionAdjustingChanged event.  
Protected MethodOnHyperLinkClickedRaises the HyperLinkClicked event.  
Protected MethodOnInputScopeChangedRaises the InputScopeChanged event.  
Protected MethodOnInvalidatedRaises the System.Windows.Forms.Control.Invalidated event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnLayoutRaises the System.Windows.Forms.Control.Layout event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnLeaveRaises the System.Windows.Forms.Control.Leave event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnLeaveCellRaises the LeaveCell event.  
Protected MethodOnLocationChangedRaises the System.Windows.Forms.Control.LocationChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnMarginChangedRaises the System.Windows.Forms.Control.MarginChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnMouseCaptureChangedRaises the System.Windows.Forms.Control.MouseCaptureChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnMouseClickRaises the System.Windows.Forms.Control.MouseClick event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnMouseDoubleClickRaises the System.Windows.Forms.Control.MouseDoubleClick event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnMoveRaises the System.Windows.Forms.Control.Move event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnPaddingChangedRaises the System.Windows.Forms.Control.PaddingChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnPaintGrayAreaRaises the PaintGrayArea event.  
Protected MethodOnPaintGroupBarBackgroundRaises the PaintGroupBarBackground event.  
Protected MethodOnPaintTabStripRaises the PaintTabStrip event.  
Protected MethodOnPaintTabStripButtonRaises the PaintTabStripButton event.  
Protected MethodOnPaintTabStripTabRaises the PaintTabStripTab event.  
Protected MethodOnPanningModeChangedRaises the PanningModeChanged event.  
Protected MethodOnParentBackColorChangedRaises the System.Windows.Forms.Control.BackColorChanged event when the System.Windows.Forms.Control.BackColor property value of the control's container changes. (Inherited from System.Windows.Forms.Control)
Protected MethodOnParentBackgroundImageChangedRaises the System.Windows.Forms.Control.BackgroundImageChanged event when the System.Windows.Forms.Control.BackgroundImage property value of the control's container changes. (Inherited from System.Windows.Forms.Control)
Protected MethodOnParentBindingContextChangedRaises the System.Windows.Forms.Control.BindingContextChanged event when the System.Windows.Forms.Control.BindingContext property value of the control's container changes. (Inherited from System.Windows.Forms.Control)
Protected MethodOnParentChangedRaises the System.Windows.Forms.Control.ParentChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnParentCursorChangedRaises the System.Windows.Forms.Control.CursorChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnParentEnabledChangedRaises the System.Windows.Forms.Control.EnabledChanged event when the System.Windows.Forms.Control.Enabled property value of the control's container changes. (Inherited from System.Windows.Forms.Control)
Protected MethodOnParentFontChangedRaises the System.Windows.Forms.Control.FontChanged event when the System.Windows.Forms.Control.Font property value of the control's container changes. (Inherited from System.Windows.Forms.Control)
Protected MethodOnParentForeColorChangedRaises the System.Windows.Forms.Control.ForeColorChanged event when the System.Windows.Forms.Control.ForeColor property value of the control's container changes. (Inherited from System.Windows.Forms.Control)
Protected MethodOnParentRightToLeftChangedRaises the System.Windows.Forms.Control.RightToLeftChanged event when the System.Windows.Forms.Control.RightToLeft property value of the control's container changes. (Inherited from System.Windows.Forms.Control)
Protected MethodOnParentVisibleChangedRaises the System.Windows.Forms.Control.VisibleChanged event when the System.Windows.Forms.Control.Visible property value of the control's container changes. (Inherited from System.Windows.Forms.Control)
Protected MethodOnPreviewKeyDownOverridden. Processes PreviewKeyDown event.  
Protected MethodOnPreviewRowFetchRaises the PreviewRowFetch event.  
Protected MethodOnPrintRaises the System.Windows.Forms.Control.Paint event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnPrintAbortRaises the PrintAbort event.  
Protected MethodOnPrintBackgroundRaises the PrintBackground event.  
Protected MethodOnPrintCancelledRaises the PrintCancelled event.  
Protected MethodOnPrintDocumentRaises the PrintDocument event.  
Protected MethodOnPrintHeaderFooterAreaRaises the PrintHeaderFooterArea event.  
Protected MethodOnPrintMessageBoxRaises the PrintMessageBox event.  
Protected MethodOnPrintPreviewShowingRaises the PrintPreviewShowing event.  
Protected MethodOnQueryContinueDragRaises the System.Windows.Forms.Control.QueryContinueDrag event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnRangeGroupStateChangedRaises the RangeGroupStateChanged event.  
Protected MethodOnRangeGroupStateChangingRaises the RangeGroupStateChanging event.  
Protected MethodOnRegionChangedRaises the System.Windows.Forms.Control.RegionChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnResizeOverridden. Raises the Resize event.  
Protected MethodOnResizeZeroIndicatorChangedRaises the ResizeZeroIndicatorChanged event.  
Protected MethodOnRightToLeftChangedOverridden. Raises the RightToLeftChanged event.  
Protected MethodOnRowDragMoveRaises the RowDragMove event.  
Protected MethodOnRowDragMoveCompletedRaises the RowDragMoveCompleted event.  
Protected MethodOnRowHeightChangedRaises the RowHeightChanged event.  
Protected MethodOnRowHeightChangingRaises the RowHeightChanging event.  
Protected MethodOnRowViewportHeightChangedRaises the RowViewportHeightChanged event.  
Protected MethodOnScrollTipFetchRaises the ScrollTipFetch event.  
Protected MethodOnSearchDialogClosingRaises the SearchDialogClosing event.  
Protected MethodOnSelectionChangedRaises the SelectionChanged event.  
Protected MethodOnSelectionChangingRaises the SelectionChanging event.  
Protected MethodOnShapeActivatedRaises the ShapeActivated event.  
Protected MethodOnShapeDeactivatedRaises the ShapeDeactivated event.  
Protected MethodOnSheetDragMovedRaises the SheetDragMoved event.  
Protected MethodOnSheetDragMovingRaises the SheetDragMoving event.  
Protected MethodOnSheetTabClickRaises the SheetTabClick event.  
Protected MethodOnSheetTabDoubleClickRaises the SheetTabDoubleClick event.  
Protected MethodOnShowGrippersInEditingStatusChangedRaises the ShowGrippersInEditingStatusChanged event.  
Protected MethodOnSizeChangedRaises the System.Windows.Forms.Control.SizeChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnSortedRaises the Sorted event.  
Protected MethodOnSortingRaises the Sorting event.  
Protected MethodOnStyleChangedRaises the System.Windows.Forms.Control.StyleChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnSubEditorClosedRaises the SubEditorClosed event.  
Protected MethodOnSubEditorOpeningRaises the SubEditorOpening event.  
Protected MethodOnSystemColorsChangedRaises the System.Windows.Forms.Control.SystemColorsChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnTabIndexChangedRaises the System.Windows.Forms.Control.TabIndexChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnTabStopChangedRaises the System.Windows.Forms.Control.TabStopChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnTapToAddSelectionChangedRaises the TapToAddSelectionChanged event.  
Protected MethodOnTextChangedRaises the System.Windows.Forms.Control.TextChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnTextTipFetchRaises the TextTipFetch event.  
Protected MethodOnTopChangeRaises the TopChange event.  
Protected MethodOnTouchDropDownScaleChangedRaises the TouchDropDownScaleChanged event.  
Protected MethodOnTouchSelectionGripperBackColorChangedRaises the TouchSelectionGripperBackColorChanged event.  
Protected MethodOnTouchSelectionGripperLineColorChangedRaises the TouchSelectionGripperLineColorChanged event.  
Protected MethodOnTouchSelectionGripperThicknessChangedRaises the TouchSelectionGripperThicknessChanged event.  
Protected MethodOnTouchStripOpeningRaises the TouchStripOpening event.  
Protected MethodOnTouchZoomSnapDistanceChangedRaises the TouchZoomSnapDistanceChanged event.  
Protected MethodOnUngroupedRaises the Grouped event.  
Protected MethodOnUseOptimizedSelectionForTouchChangedRaises the UseOptimizedSelectionForTouchChanged event.  
Protected MethodOnUserFormulaEnteredRaises the UserFormulaEntered event.  
Protected MethodOnUserZoomingRaises the UserZooming event.  
Protected MethodOnValidatedRaises the System.Windows.Forms.Control.Validated event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnValidatingOverridden. Raises the Validating event.  
Protected MethodOnVisibleChangedOverridden. Raises the VisibleChanged event.  
Protected MethodRecreateHandleForces the re-creation of the handle for the control. (Inherited from System.Windows.Forms.Control)
Protected MethodRtlTranslateAlignmentOverloaded. Converts the specified System.Windows.Forms.HorizontalAlignment to the appropriate System.Windows.Forms.HorizontalAlignment to support right-to-left text. (Inherited from System.Windows.Forms.Control)
Protected MethodRtlTranslateHorizontalConverts the specified System.Windows.Forms.HorizontalAlignment to the appropriate System.Windows.Forms.HorizontalAlignment to support right-to-left text. (Inherited from System.Windows.Forms.Control)
Protected MethodRtlTranslateLeftRightConverts the specified System.Windows.Forms.LeftRightAlignment to the appropriate System.Windows.Forms.LeftRightAlignment to support right-to-left text. (Inherited from System.Windows.Forms.Control)
Protected MethodScaleControlOverridden.   
Protected MethodSetAutoSizeModeSets a value indicating how a control will behave when its System.Windows.Forms.Control.AutoSize property is enabled. (Inherited from System.Windows.Forms.Control)
Protected MethodSetBoundsCorePerforms the work of setting the specified bounds of this control. (Inherited from System.Windows.Forms.Control)
Protected MethodSetClientSizeCoreSets the size of the client area of the control. (Inherited from System.Windows.Forms.Control)
Protected MethodSetStyleSets a specified System.Windows.Forms.ControlStyles flag to either true or false. (Inherited from System.Windows.Forms.Control)
Protected MethodSetTopLevelSets the control as the top-level control. (Inherited from System.Windows.Forms.Control)
Protected MethodSetVisibleCoreSets the control to the specified visible state. (Inherited from System.Windows.Forms.Control)
Protected MethodSizeFromClientSize (Inherited from System.Windows.Forms.Control)
Protected MethodUpdateStylesForces the assigned styles to be reapplied to the control. (Inherited from System.Windows.Forms.Control)
Protected MethodUpdateZOrderUpdates the control in its parent's z-order. (Inherited from System.Windows.Forms.Control)
Top
See Also

Reference

FpSpread Class
FarPoint.Win.Spread Namespace

User-Task Documentation

Customizing the Appearance
Customizing the User Interaction

 

 


Copyright © GrapeCity, inc. All rights reserved.