Spread Windows Forms 10.0 Product Documentation
SymbolDataGridView Class Methods


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

Public Methods
 NameDescription
Public MethodAdjustColumnHeaderBorderStyleAdjusts the System.Windows.Forms.DataGridViewAdvancedBorderStyle for a column header cell of a System.Windows.Forms.DataGridView that is currently being painted. (Inherited from System.Windows.Forms.DataGridView)
Public MethodAreAllCellsSelectedReturns a value indicating whether all the System.Windows.Forms.DataGridView cells are currently selected. (Inherited from System.Windows.Forms.DataGridView)
Public MethodAutoResizeColumnOverloaded. Adjusts the width of the specified column to fit the contents of all its cells, including the header cell. (Inherited from System.Windows.Forms.DataGridView)
Public MethodAutoResizeColumnHeadersHeightOverloaded. Adjusts the height of the column headers to fit the contents of the largest column header. (Inherited from System.Windows.Forms.DataGridView)
Public MethodAutoResizeColumnsOverloaded. Adjusts the width of all columns to fit the contents of all their cells, including the header cells. (Inherited from System.Windows.Forms.DataGridView)
Public MethodAutoResizeRowOverloaded. Adjusts the height of the specified row to fit the contents of all its cells including the header cell. (Inherited from System.Windows.Forms.DataGridView)
Public MethodAutoResizeRowHeadersWidthOverloaded. Adjusts the width of the row headers using the specified size mode. (Inherited from System.Windows.Forms.DataGridView)
Public MethodAutoResizeRowsOverloaded. Adjusts the heights of all rows to fit the contents of all their cells, including the header cells. (Inherited from System.Windows.Forms.DataGridView)
Public MethodBeginEditPuts the current cell in edit mode. (Inherited from System.Windows.Forms.DataGridView)
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 MethodCancelEditCancels edit mode for the currently selected cell and discards any changes. (Inherited from System.Windows.Forms.DataGridView)
Public MethodClearSelectionOverloaded. Clears the current selection by unselecting all selected cells. (Inherited from System.Windows.Forms.DataGridView)
Public MethodCommitEdit (Inherited from System.Windows.Forms.DataGridView)
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 MethodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public MethodDisplayedColumnCountReturns the number of columns displayed to the user. (Inherited from System.Windows.Forms.DataGridView)
Public MethodDisplayedRowCountReturns the number of rows displayed to the user. (Inherited from System.Windows.Forms.DataGridView)
Public MethodDisposeOverloaded.  (Inherited from System.Windows.Forms.DataGridView)
Public MethodDoDragDropBegins a drag-and-drop operation. (Inherited from System.Windows.Forms.Control)
Public MethodDrawToBitmapSupports rendering to the specified bitmap. (Inherited from System.Windows.Forms.Control)
Public MethodEndEditOverloaded. Commits and ends the edit operation on the current cell using the default error context. (Inherited from System.Windows.Forms.DataGridView)
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 MethodGetCellCountGets the number of cells that satisfy the provided filter. (Inherited from System.Windows.Forms.DataGridView)
Public MethodGetCellDisplayRectangleReturns the rectangle that represents the display area for a cell. (Inherited from System.Windows.Forms.DataGridView)
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 MethodGetClipboardContentRetrieves the formatted values that represent the contents of the selected cells for copying to the System.Windows.Forms.Clipboard. (Inherited from System.Windows.Forms.DataGridView)
Public MethodGetColumnDisplayRectangleReturns the rectangle that represents the display area for a column, as determined by the column index. (Inherited from System.Windows.Forms.DataGridView)
Public MethodGetContainerControlReturns the next System.Windows.Forms.ContainerControl up the control's chain of parent controls. (Inherited from System.Windows.Forms.Control)
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodGetNextControlRetrieves the next control forward or back in the tab order of child controls. (Inherited from System.Windows.Forms.Control)
Public MethodGetPreferredSizeRetrieves the size of a rectangular area into which a control can be fitted. (Inherited from System.Windows.Forms.Control)
Public MethodGetRowDisplayRectangleReturns the rectangle that represents the display area for a row, as determined by the row index. (Inherited from System.Windows.Forms.DataGridView)
Public MethodHideConceals the control from the user. (Inherited from System.Windows.Forms.Control)
Public MethodHitTestReturns location information, such as row and column indices, given x- and y-coordinates. (Inherited from System.Windows.Forms.DataGridView)
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
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 MethodInvalidateCellOverloaded. Invalidates the specified cell of the System.Windows.Forms.DataGridView, forcing it to be repainted. (Inherited from System.Windows.Forms.DataGridView)
Public MethodInvalidateColumnInvalidates the specified column of the System.Windows.Forms.DataGridView, forcing it to be repainted. (Inherited from System.Windows.Forms.DataGridView)
Public MethodInvalidateRowInvalidates the specified row of the System.Windows.Forms.DataGridView, forcing it to be repainted. (Inherited from System.Windows.Forms.DataGridView)
Public MethodInvokeOverloaded. Executes the specified delegate on the thread that owns the control's underlying window handle. (Inherited from System.Windows.Forms.Control)
Public MethodNotifyCurrentCellDirtyNotifies the System.Windows.Forms.DataGridView that the current cell has uncommitted changes. (Inherited from System.Windows.Forms.DataGridView)
Public MethodPerformLayoutOverloaded. Forces the control to apply layout logic to all its child controls. (Inherited from System.Windows.Forms.Control)
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 MethodPreProcessMessagePreprocesses keyboard or input messages within the message loop before they are dispatched. (Inherited from System.Windows.Forms.Control)
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 MethodRefreshEditRefreshes the value of the current cell with the underlying cell value when the cell is in edit mode, discarding any previous value. (Inherited from System.Windows.Forms.DataGridView)
Public MethodResumeLayoutOverloaded. Resumes usual layout logic. (Inherited from System.Windows.Forms.Control)
Public MethodScale (Inherited from System.Windows.Forms.Control)
Public MethodSelectOverloaded. Activates the control. (Inherited from System.Windows.Forms.Control)
Public MethodSelectAllSelects all the cells in the System.Windows.Forms.DataGridView. (Inherited from System.Windows.Forms.DataGridView)
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 MethodSetBoundsOverloaded. Sets the bounds of the control to the specified location and size. (Inherited from System.Windows.Forms.Control)
Public MethodShowDisplays the control to the user. (Inherited from System.Windows.Forms.Control)
Public MethodSortOverloaded. Sorts the contents of the System.Windows.Forms.DataGridView control in ascending or descending order based on the contents of the specified column. (Inherited from System.Windows.Forms.DataGridView)
Public MethodSuspendLayoutTemporarily suspends the layout logic for the control. (Inherited from System.Windows.Forms.Control)
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)
Public MethodUpdateCellErrorTextForces the cell at the specified location to update its error text. (Inherited from System.Windows.Forms.DataGridView)
Public MethodUpdateCellValueForces the control to update its display of the cell at the specified location based on its new value, applying any automatic sizing modes currently in effect. (Inherited from System.Windows.Forms.DataGridView)
Public MethodUpdateRowErrorTextOverloaded. Forces the row at the given row index to update its error text. (Inherited from System.Windows.Forms.DataGridView)
Public MethodUpdateRowHeightInfoForces the specified row or rows to update their height information. (Inherited from System.Windows.Forms.DataGridView)
Top
Protected Methods
 NameDescription
Protected MethodAccessibilityNotifyCurrentCellChangedNotifies the accessible client applications when a new cell becomes the current cell. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodCreateAccessibilityInstanceCreates a new accessible object for the System.Windows.Forms.DataGridView. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodCreateColumnsInstanceCreates and returns a new System.Windows.Forms.DataGridViewColumnCollection. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodCreateControlsInstanceCreates and returns a new System.Windows.Forms.Control.ControlCollection that can be cast to type System.Windows.Forms.DataGridView.DataGridViewControlCollection. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodCreateHandleCreates a handle for the control. (Inherited from System.Windows.Forms.Control)
Protected MethodCreateRowsInstanceCreates and returns a new System.Windows.Forms.DataGridViewRowCollection. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodDefWndProcSends the specified message to the default window procedure. (Inherited from System.Windows.Forms.Control)
Protected MethodDestroyHandleDestroys the handle associated with the control. (Inherited from System.Windows.Forms.Control)
Protected MethodFinalize (Inherited from System.ComponentModel.Component)
Protected MethodGetAccessibilityObjectById (Inherited from System.Windows.Forms.DataGridView)
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 MethodInitLayoutCalled after the control has been added to another container. (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 MethodIsInputCharDetermines whether a character is an input character that the System.Windows.Forms.DataGridView recognizes. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodIsInputKey (Inherited from System.Windows.Forms.DataGridView)
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodNotifyInvalidateRaises the System.Windows.Forms.Control.Invalidated event with a specified region of the control to invalidate. (Inherited from System.Windows.Forms.Control)
Protected MethodOnAllowUserToAddRowsChangedRaises the System.Windows.Forms.DataGridView.AllowUserToAddRowsChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnAllowUserToDeleteRowsChangedRaises the System.Windows.Forms.DataGridView.AllowUserToDeleteRowsChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnAllowUserToOrderColumnsChangedRaises the System.Windows.Forms.DataGridView.AllowUserToOrderColumnsChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnAllowUserToResizeColumnsChangedRaises the System.Windows.Forms.DataGridView.AllowUserToResizeColumnsChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnAllowUserToResizeRowsChangedRaises the System.Windows.Forms.DataGridView.AllowUserToResizeRowsChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnAlternatingRowsDefaultCellStyleChangedRaises the System.Windows.Forms.DataGridView.AlternatingRowsDefaultCellStyleChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnAutoGenerateColumnsChangedRaises the System.Windows.Forms.DataGridView.AutoGenerateColumnsChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnAutoSizeChangedRaises the System.Windows.Forms.Control.AutoSizeChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnAutoSizeColumnModeChanged (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnAutoSizeColumnsModeChangedRaises the System.Windows.Forms.DataGridView.AutoSizeColumnsModeChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnAutoSizeRowsModeChangedRaises the System.Windows.Forms.DataGridView.AutoSizeRowsModeChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnBackColorChangedRaises the System.Windows.Forms.Control.BackColorChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnBackgroundColorChangedRaises the System.Windows.Forms.DataGridView.BackgroundColorChanged event. (Inherited from System.Windows.Forms.DataGridView)
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 MethodOnBindingContextChangedRaises the System.Windows.Forms.Control.BindingContextChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnBorderStyleChangedRaises the System.Windows.Forms.DataGridView.BorderStyleChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnCancelRowEditRaises the System.Windows.Forms.DataGridView.CancelRowEdit event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnCausesValidationChangedRaises the System.Windows.Forms.Control.CausesValidationChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnCellBeginEditRaises the System.Windows.Forms.DataGridView.CellBeginEdit event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnCellBorderStyleChangedRaises the System.Windows.Forms.DataGridView.CellBorderStyleChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnCellClickRaises the System.Windows.Forms.DataGridView.CellClick event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnCellContentClickRaises the System.Windows.Forms.DataGridView.CellContentClick event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnCellContentDoubleClickRaises the System.Windows.Forms.DataGridView.CellContentDoubleClick event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnCellContextMenuStripChanged (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnCellContextMenuStripNeeded (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnCellDoubleClickRaises the System.Windows.Forms.DataGridView.CellDoubleClick event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnCellEndEditRaises the System.Windows.Forms.DataGridView.CellEndEdit event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnCellEnter (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnCellErrorTextChanged (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnCellErrorTextNeeded (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnCellFormatting (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnCellLeave (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnCellMouseClickRaises the System.Windows.Forms.DataGridView.CellMouseClick event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnCellMouseDoubleClickRaises the System.Windows.Forms.DataGridView.CellMouseDoubleClick event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnCellMouseDown (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnCellMouseEnterRaises the System.Windows.Forms.DataGridView.CellMouseEnter event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnCellMouseLeaveRaises the System.Windows.Forms.DataGridView.CellMouseLeave event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnCellMouseMoveRaises the System.Windows.Forms.DataGridView.CellMouseMove event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnCellMouseUpRaises the System.Windows.Forms.DataGridView.CellMouseUp event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnCellParsing (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnCellStateChangedRaises the System.Windows.Forms.DataGridView.CellStateChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnCellStyleChanged (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnCellStyleContentChanged (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnCellToolTipTextChanged (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnCellToolTipTextNeeded (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnCellValidated (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnCellValidating (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnCellValueChangedRaises the System.Windows.Forms.DataGridView.CellValueChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnCellValueNeeded (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnCellValuePushed (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnChangeUICuesRaises the System.Windows.Forms.Control.ChangeUICues event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnClickRaises the System.Windows.Forms.Control.Click event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnClientSizeChangedRaises the System.Windows.Forms.Control.ClientSizeChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnColumnAddedRaises the System.Windows.Forms.DataGridView.ColumnAdded event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnColumnContextMenuStripChangedRaises the System.Windows.Forms.DataGridView.ColumnContextMenuStripChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnColumnDataPropertyNameChanged (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnColumnDefaultCellStyleChangedRaises the System.Windows.Forms.DataGridView.ColumnDefaultCellStyleChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnColumnDisplayIndexChanged (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnColumnDividerDoubleClickRaises the System.Windows.Forms.DataGridView.ColumnDividerDoubleClick event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnColumnDividerWidthChangedRaises the System.Windows.Forms.DataGridView.ColumnDividerWidthChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnColumnHeaderCellChangedRaises the System.Windows.Forms.DataGridView.ColumnHeaderCellChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnColumnHeaderMouseClickRaises the System.Windows.Forms.DataGridView.ColumnHeaderMouseClick event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnColumnHeaderMouseDoubleClickRaises the System.Windows.Forms.DataGridView.ColumnHeaderMouseDoubleClick event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnColumnHeadersBorderStyleChangedRaises the System.Windows.Forms.DataGridView.ColumnHeadersBorderStyleChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnColumnHeadersDefaultCellStyleChangedRaises the System.Windows.Forms.DataGridView.ColumnHeadersDefaultCellStyleChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnColumnHeadersHeightChangedRaises the System.Windows.Forms.DataGridView.ColumnHeadersHeightChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnColumnHeadersHeightSizeModeChangedRaises the System.Windows.Forms.DataGridView.ColumnHeadersHeightSizeModeChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnColumnMinimumWidthChangedRaises the System.Windows.Forms.DataGridView.ColumnMinimumWidthChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnColumnNameChanged (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnColumnRemoved (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnColumnSortModeChanged (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnColumnStateChangedRaises the System.Windows.Forms.DataGridView.ColumnStateChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnColumnToolTipTextChanged (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnColumnWidthChangedRaises the System.Windows.Forms.DataGridView.ColumnWidthChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnContextMenuChangedRaises the System.Windows.Forms.Control.ContextMenuChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnContextMenuStripChangedRaises the System.Windows.Forms.Control.ContextMenuStripChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnControlAddedRaises the System.Windows.Forms.Control.ControlAdded event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnControlRemovedRaises the System.Windows.Forms.Control.ControlRemoved event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnCreateControlRaises the System.Windows.Forms.Control.CreateControl method. (Inherited from System.Windows.Forms.Control)
Protected MethodOnCurrentCellChangedRaises the System.Windows.Forms.DataGridView.CurrentCellChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnCurrentCellDirtyStateChangedRaises the System.Windows.Forms.DataGridView.CurrentCellDirtyStateChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnCursorChangedRaises the System.Windows.Forms.Control.CursorChanged event and updates the System.Windows.Forms.DataGridView.UserSetCursor property if the cursor was changed in user code. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnDataBindingComplete (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnDataErrorRaises the System.Windows.Forms.DataGridView.DataError event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnDataMemberChangedRaises the System.Windows.Forms.DataGridView.DataMemberChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnDataSourceChangedRaises the System.Windows.Forms.DataGridView.DataSourceChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnDefaultCellStyleChangedRaises the System.Windows.Forms.DataGridView.DefaultCellStyleChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnDefaultValuesNeededRaises the System.Windows.Forms.DataGridView.DefaultValuesNeeded event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnDockChangedRaises the System.Windows.Forms.Control.DockChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnDoubleClickRaises the System.Windows.Forms.Control.DoubleClick event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnDragDropRaises the System.Windows.Forms.Control.DragDrop event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnDragEnterRaises the System.Windows.Forms.Control.DragEnter event. (Inherited from System.Windows.Forms.Control)
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 MethodOnEditingControlShowingRaises the System.Windows.Forms.DataGridView.EditingControlShowing event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnEditModeChangedRaises the System.Windows.Forms.DataGridView.EditModeChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnEnabledChanged (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnEnterRaises the System.Windows.Forms.Control.Enter event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnFontChangedRaises the System.Windows.Forms.DataGridView.FontChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnForeColorChangedRaises the System.Windows.Forms.DataGridView.ForeColorChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnGiveFeedbackRaises the System.Windows.Forms.Control.GiveFeedback event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnGotFocus (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnGridColorChangedRaises the System.Windows.Forms.DataGridView.GridColorChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnHandleCreatedRaises the System.Windows.Forms.Control.HandleCreated event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnHandleDestroyed (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnHelpRequestedRaises the System.Windows.Forms.Control.HelpRequested event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnImeModeChangedRaises the System.Windows.Forms.Control.ImeModeChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnInvalidatedRaises the System.Windows.Forms.Control.Invalidated event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnKeyDownOverridden. Raises the KeyDown Event  
Protected MethodOnKeyPressRaises the System.Windows.Forms.Control.KeyPress event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnKeyUpRaises the System.Windows.Forms.Control.KeyUp event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnLayoutRaises the System.Windows.Forms.Control.Layout event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnLeaveRaises the System.Windows.Forms.Control.Leave event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnLocationChangedRaises the System.Windows.Forms.Control.LocationChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnLostFocus (Inherited from System.Windows.Forms.DataGridView)
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.DataGridView)
Protected MethodOnMouseDoubleClick (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnMouseDownRaises the System.Windows.Forms.Control.MouseDown event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnMouseEnter (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnMouseHoverRaises the System.Windows.Forms.Control.MouseHover event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnMouseLeaveRaises the System.Windows.Forms.Control.MouseLeave event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnMouseMoveRaises the System.Windows.Forms.Control.MouseMove event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnMouseUpRaises the System.Windows.Forms.Control.MouseUp event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnMouseWheel (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnMoveRaises the System.Windows.Forms.Control.Move event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnMultiSelectChangedRaises the System.Windows.Forms.DataGridView.MultiSelectChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnNewRowNeededRaises the System.Windows.Forms.DataGridView.NewRowNeeded event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnNotifyMessageNotifies the control of Windows messages. (Inherited from System.Windows.Forms.Control)
Protected MethodOnPaddingChangedRaises the System.Windows.Forms.Control.PaddingChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnPaintRaises the System.Windows.Forms.Control.Paint event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnPaintBackgroundPaints the background of the control. (Inherited from System.Windows.Forms.Control)
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 MethodOnPreviewKeyDownRaises the System.Windows.Forms.Control.PreviewKeyDown event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnPrintRaises the System.Windows.Forms.Control.Paint event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnQueryContinueDragRaises the System.Windows.Forms.Control.QueryContinueDrag event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnReadOnlyChangedRaises the System.Windows.Forms.DataGridView.ReadOnlyChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnRegionChangedRaises the System.Windows.Forms.Control.RegionChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnResizeRaises the System.Windows.Forms.Control.Resize event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnRightToLeftChanged (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnRowContextMenuStripChangedRaises the System.Windows.Forms.DataGridView.RowContextMenuStripChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnRowContextMenuStripNeeded (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnRowDefaultCellStyleChangedRaises the System.Windows.Forms.DataGridView.RowDefaultCellStyleChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnRowDirtyStateNeededRaises the System.Windows.Forms.DataGridView.RowDirtyStateNeeded event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnRowDividerDoubleClickRaises the System.Windows.Forms.DataGridView.RowDividerDoubleClick event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnRowDividerHeightChangedRaises the System.Windows.Forms.DataGridView.RowDividerHeightChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnRowEnter (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnRowErrorTextChanged (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnRowErrorTextNeeded (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnRowHeaderCellChangedRaises the System.Windows.Forms.DataGridView.RowHeaderCellChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnRowHeaderMouseClickRaises the System.Windows.Forms.DataGridView.RowHeaderMouseClick event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnRowHeaderMouseDoubleClickRaises the System.Windows.Forms.DataGridView.RowHeaderMouseDoubleClick event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnRowHeadersBorderStyleChangedRaises the System.Windows.Forms.DataGridView.RowHeadersBorderStyleChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnRowHeadersDefaultCellStyleChangedRaises the System.Windows.Forms.DataGridView.RowHeadersDefaultCellStyleChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnRowHeadersWidthChangedRaises the System.Windows.Forms.DataGridView.RowHeadersWidthChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnRowHeadersWidthSizeModeChangedRaises the System.Windows.Forms.DataGridView.RowHeadersWidthSizeModeChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnRowHeightChangedRaises the System.Windows.Forms.DataGridView.RowHeightChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnRowHeightInfoNeeded (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnRowHeightInfoPushed (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnRowLeave (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnRowMinimumHeightChangedRaises the System.Windows.Forms.DataGridView.RowMinimumHeightChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnRowsAddedRaises the System.Windows.Forms.DataGridView.RowsAdded event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnRowsDefaultCellStyleChangedRaises the System.Windows.Forms.DataGridView.RowsDefaultCellStyleChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnRowsRemovedRaises the System.Windows.Forms.DataGridView.RowsRemoved event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnRowStateChangedRaises the System.Windows.Forms.DataGridView.RowStateChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnRowUnshared (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnRowValidated (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnRowValidating (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnScroll (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnSelectionChangedRaises the System.Windows.Forms.DataGridView.SelectionChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnSizeChangedRaises the System.Windows.Forms.Control.SizeChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnSortCompare (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnSortedRaises the System.Windows.Forms.DataGridView.Sorted event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnStyleChangedRaises the System.Windows.Forms.Control.StyleChanged event. (Inherited from System.Windows.Forms.Control)
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 MethodOnTextChangedRaises the System.Windows.Forms.Control.TextChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnUserAddedRowRaises the System.Windows.Forms.DataGridView.UserAddedRow event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnUserDeletedRowRaises the System.Windows.Forms.DataGridView.UserDeletedRow event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnUserDeletingRowRaises the System.Windows.Forms.DataGridView.UserDeletingRow event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnValidatedRaises the System.Windows.Forms.Control.Validated event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnValidatingRaises the System.Windows.Forms.Control.Validating event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnVisibleChanged (Inherited from System.Windows.Forms.DataGridView)
Protected MethodPaintBackground (Inherited from System.Windows.Forms.DataGridView)
Protected MethodProcessAKeyProcesses the A key. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodProcessCmdKeyProcesses a command key. (Inherited from System.Windows.Forms.Control)
Protected MethodProcessDataGridViewKeyProcesses keys used for navigating in the System.Windows.Forms.DataGridView. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodProcessDeleteKeyProcesses the DELETE key. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodProcessDialogCharProcesses a dialog character. (Inherited from System.Windows.Forms.Control)
Protected MethodProcessDialogKeyProcesses keys, such as the TAB, ESCAPE, ENTER, and ARROW keys, used to control dialog boxes. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodProcessDownKeyProcesses the DOWN ARROW key. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodProcessEndKeyProcesses the END key. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodProcessEnterKeyProcesses the ENTER key. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodProcessEscapeKeyProcesses the ESC key. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodProcessF2KeyProcesses the F2 key. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodProcessHomeKeyProcesses the HOME key. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodProcessInsertKeyProcesses the INSERT key. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodProcessKeyEventArgsProcesses a key message and generates the appropriate control events. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodProcessKeyPreviewPreviews a keyboard message. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodProcessLeftKeyProcesses the LEFT ARROW key. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodProcessNextKeyProcesses the PAGE DOWN key. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodProcessPriorKeyProcesses the PAGE UP key. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodProcessRightKeyProcesses the RIGHT ARROW key. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodProcessSpaceKeyProcesses the SPACEBAR. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodProcessTabKeyProcesses the TAB key. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodProcessUpKeyProcesses the UP ARROW key. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodProcessZeroKeyProcesses the 0 key. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodRaiseDragEventRaises the appropriate drag event. (Inherited from System.Windows.Forms.Control)
Protected MethodRaiseKeyEventRaises the appropriate key event. (Inherited from System.Windows.Forms.Control)
Protected MethodRaiseMouseEventRaises the appropriate mouse event. (Inherited from System.Windows.Forms.Control)
Protected MethodRaisePaintEventRaises the appropriate paint event. (Inherited from System.Windows.Forms.Control)
Protected MethodRecreateHandleForces the re-creation of the handle for the control. (Inherited from System.Windows.Forms.Control)
Protected MethodResetMouseEventArgsResets the control to handle the System.Windows.Forms.Control.MouseLeave event. (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 MethodScaleControl (Inherited from System.Windows.Forms.Control)
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 MethodSetBoundsCoreThis member overrides System.Windows.Forms.Control.SetBoundsCore(System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.BoundsSpecified). (Inherited from System.Windows.Forms.DataGridView)
Protected MethodSetClientSizeCoreSets the size of the client area of the control. (Inherited from System.Windows.Forms.Control)
Protected MethodSetCurrentCellAddressCoreSets the currently active cell. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodSetSelectedCellCoreChanges the selection state of the cell with the specified row and column indexes. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodSetSelectedColumnCoreChanges the selection state of the column with the specified index. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodSetSelectedRowCoreChanges the selection state of the row with the specified index. (Inherited from System.Windows.Forms.DataGridView)
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)
Protected MethodWndProcProcesses window messages. (Inherited from System.Windows.Forms.DataGridView)
Top
See Also

Reference

SymbolDataGridView Class
FarPoint.Win.Spread.DrawingSpace Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.