Search Results for

    Show / Hide Table of Contents

    Class DataGridViewAdvanced

    Datagrid view Intro is tab

    Inheritance
    object
    MarshalByRefObject
    Component
    Control
    DataGridView
    DataGridViewAdvanced
    Implements
    IDropTarget
    ISynchronizeInvoke
    IWin32Window
    IBindableComponent
    IComponent
    IDisposable
    ISupportInitialize
    Inherited Members
    DataGridView.AccessibilityNotifyCurrentCellChanged(Point)
    DataGridView.AdjustColumnHeaderBorderStyle(DataGridViewAdvancedBorderStyle, DataGridViewAdvancedBorderStyle, bool, bool)
    DataGridView.AreAllCellsSelected(bool)
    DataGridView.AutoResizeColumn(int)
    DataGridView.AutoResizeColumn(int, DataGridViewAutoSizeColumnMode)
    DataGridView.AutoResizeColumn(int, DataGridViewAutoSizeColumnMode, bool)
    DataGridView.AutoResizeColumnHeadersHeight()
    DataGridView.AutoResizeColumnHeadersHeight(int)
    DataGridView.AutoResizeColumnHeadersHeight(bool, bool)
    DataGridView.AutoResizeColumnHeadersHeight(int, bool, bool)
    DataGridView.AutoResizeColumns()
    DataGridView.AutoResizeColumns(DataGridViewAutoSizeColumnsMode)
    DataGridView.AutoResizeColumns(DataGridViewAutoSizeColumnsMode, bool)
    DataGridView.AutoResizeRow(int)
    DataGridView.AutoResizeRow(int, DataGridViewAutoSizeRowMode)
    DataGridView.AutoResizeRow(int, DataGridViewAutoSizeRowMode, bool)
    DataGridView.AutoResizeRowHeadersWidth(DataGridViewRowHeadersWidthSizeMode)
    DataGridView.AutoResizeRowHeadersWidth(DataGridViewRowHeadersWidthSizeMode, bool, bool)
    DataGridView.AutoResizeRowHeadersWidth(int, DataGridViewRowHeadersWidthSizeMode)
    DataGridView.AutoResizeRowHeadersWidth(int, DataGridViewRowHeadersWidthSizeMode, bool, bool)
    DataGridView.AutoResizeRows()
    DataGridView.AutoResizeRows(DataGridViewAutoSizeRowsMode)
    DataGridView.AutoResizeRows(DataGridViewAutoSizeRowsMode, bool)
    DataGridView.AutoResizeRows(int, int, DataGridViewAutoSizeRowMode, bool)
    DataGridView.BeginEdit(bool)
    DataGridView.CancelEdit()
    DataGridView.ClearSelection()
    DataGridView.ClearSelection(int, int, bool)
    DataGridView.CommitEdit(DataGridViewDataErrorContexts)
    DataGridView.CreateAccessibilityInstance()
    DataGridView.CreateControlsInstance()
    DataGridView.CreateColumnsInstance()
    DataGridView.CreateRowsInstance()
    DataGridView.DisplayedColumnCount(bool)
    DataGridView.DisplayedRowCount(bool)
    DataGridView.EndEdit()
    DataGridView.EndEdit(DataGridViewDataErrorContexts)
    DataGridView.GetAccessibilityObjectById(int)
    DataGridView.GetCellCount(DataGridViewElementStates)
    DataGridView.GetCellDisplayRectangle(int, int, bool)
    DataGridView.GetClipboardContent()
    DataGridView.GetColumnDisplayRectangle(int, bool)
    DataGridView.GetRowDisplayRectangle(int, bool)
    DataGridView.HitTest(int, int)
    DataGridView.InvalidateCell(DataGridViewCell)
    DataGridView.InvalidateCell(int, int)
    DataGridView.InvalidateColumn(int)
    DataGridView.InvalidateRow(int)
    DataGridView.IsInputChar(char)
    DataGridView.IsInputKey(Keys)
    DataGridView.NotifyCurrentCellDirty(bool)
    DataGridView.OnAllowUserToAddRowsChanged(EventArgs)
    DataGridView.OnAllowUserToDeleteRowsChanged(EventArgs)
    DataGridView.OnAllowUserToOrderColumnsChanged(EventArgs)
    DataGridView.OnAllowUserToResizeColumnsChanged(EventArgs)
    DataGridView.OnAllowUserToResizeRowsChanged(EventArgs)
    DataGridView.OnAlternatingRowsDefaultCellStyleChanged(EventArgs)
    DataGridView.OnAutoGenerateColumnsChanged(EventArgs)
    DataGridView.OnAutoSizeColumnModeChanged(DataGridViewAutoSizeColumnModeEventArgs)
    DataGridView.OnAutoSizeColumnsModeChanged(DataGridViewAutoSizeColumnsModeEventArgs)
    DataGridView.OnAutoSizeRowsModeChanged(DataGridViewAutoSizeModeEventArgs)
    DataGridView.OnBackgroundColorChanged(EventArgs)
    DataGridView.OnBindingContextChanged(EventArgs)
    DataGridView.OnBorderStyleChanged(EventArgs)
    DataGridView.OnCancelRowEdit(QuestionEventArgs)
    DataGridView.OnCellBeginEdit(DataGridViewCellCancelEventArgs)
    DataGridView.OnCellBorderStyleChanged(EventArgs)
    DataGridView.OnCellClick(DataGridViewCellEventArgs)
    DataGridView.OnCellContentClick(DataGridViewCellEventArgs)
    DataGridView.OnCellContentDoubleClick(DataGridViewCellEventArgs)
    DataGridView.OnCellContextMenuStripChanged(DataGridViewCellEventArgs)
    DataGridView.OnCellContextMenuStripNeeded(DataGridViewCellContextMenuStripNeededEventArgs)
    DataGridView.OnCellDoubleClick(DataGridViewCellEventArgs)
    DataGridView.OnCellEndEdit(DataGridViewCellEventArgs)
    DataGridView.OnCellEnter(DataGridViewCellEventArgs)
    DataGridView.OnCellErrorTextChanged(DataGridViewCellEventArgs)
    DataGridView.OnCellErrorTextNeeded(DataGridViewCellErrorTextNeededEventArgs)
    DataGridView.OnCellFormatting(DataGridViewCellFormattingEventArgs)
    DataGridView.OnCellLeave(DataGridViewCellEventArgs)
    DataGridView.OnCellMouseClick(DataGridViewCellMouseEventArgs)
    DataGridView.OnCellMouseDoubleClick(DataGridViewCellMouseEventArgs)
    DataGridView.OnCellMouseDown(DataGridViewCellMouseEventArgs)
    DataGridView.OnCellMouseEnter(DataGridViewCellEventArgs)
    DataGridView.OnCellMouseLeave(DataGridViewCellEventArgs)
    DataGridView.OnCellMouseMove(DataGridViewCellMouseEventArgs)
    DataGridView.OnCellMouseUp(DataGridViewCellMouseEventArgs)
    DataGridView.OnCellPainting(DataGridViewCellPaintingEventArgs)
    DataGridView.OnCellParsing(DataGridViewCellParsingEventArgs)
    DataGridView.OnCellStateChanged(DataGridViewCellStateChangedEventArgs)
    DataGridView.OnCellStyleChanged(DataGridViewCellEventArgs)
    DataGridView.OnCellStyleContentChanged(DataGridViewCellStyleContentChangedEventArgs)
    DataGridView.OnCellToolTipTextChanged(DataGridViewCellEventArgs)
    DataGridView.OnCellToolTipTextNeeded(DataGridViewCellToolTipTextNeededEventArgs)
    DataGridView.OnCellValidated(DataGridViewCellEventArgs)
    DataGridView.OnCellValidating(DataGridViewCellValidatingEventArgs)
    DataGridView.OnCellValueChanged(DataGridViewCellEventArgs)
    DataGridView.OnCellValueNeeded(DataGridViewCellValueEventArgs)
    DataGridView.OnCellValuePushed(DataGridViewCellValueEventArgs)
    DataGridView.OnColumnAdded(DataGridViewColumnEventArgs)
    DataGridView.OnColumnContextMenuStripChanged(DataGridViewColumnEventArgs)
    DataGridView.OnColumnDataPropertyNameChanged(DataGridViewColumnEventArgs)
    DataGridView.OnColumnDefaultCellStyleChanged(DataGridViewColumnEventArgs)
    DataGridView.OnColumnDisplayIndexChanged(DataGridViewColumnEventArgs)
    DataGridView.OnColumnDividerDoubleClick(DataGridViewColumnDividerDoubleClickEventArgs)
    DataGridView.OnColumnDividerWidthChanged(DataGridViewColumnEventArgs)
    DataGridView.OnColumnHeaderCellChanged(DataGridViewColumnEventArgs)
    DataGridView.OnColumnHeaderMouseClick(DataGridViewCellMouseEventArgs)
    DataGridView.OnColumnHeaderMouseDoubleClick(DataGridViewCellMouseEventArgs)
    DataGridView.OnColumnHeadersBorderStyleChanged(EventArgs)
    DataGridView.OnColumnHeadersDefaultCellStyleChanged(EventArgs)
    DataGridView.OnColumnHeadersHeightChanged(EventArgs)
    DataGridView.OnColumnHeadersHeightSizeModeChanged(DataGridViewAutoSizeModeEventArgs)
    DataGridView.OnColumnMinimumWidthChanged(DataGridViewColumnEventArgs)
    DataGridView.OnColumnNameChanged(DataGridViewColumnEventArgs)
    DataGridView.OnColumnRemoved(DataGridViewColumnEventArgs)
    DataGridView.OnColumnSortModeChanged(DataGridViewColumnEventArgs)
    DataGridView.OnColumnStateChanged(DataGridViewColumnStateChangedEventArgs)
    DataGridView.OnColumnToolTipTextChanged(DataGridViewColumnEventArgs)
    DataGridView.OnCurrentCellChanged(EventArgs)
    DataGridView.OnCursorChanged(EventArgs)
    DataGridView.OnDataBindingComplete(DataGridViewBindingCompleteEventArgs)
    DataGridView.OnDataMemberChanged(EventArgs)
    DataGridView.OnDataSourceChanged(EventArgs)
    DataGridView.OnDefaultCellStyleChanged(EventArgs)
    DataGridView.OnDefaultValuesNeeded(DataGridViewRowEventArgs)
    DataGridView.OnEditModeChanged(EventArgs)
    DataGridView.OnEnabledChanged(EventArgs)
    DataGridView.OnEnter(EventArgs)
    DataGridView.OnForeColorChanged(EventArgs)
    DataGridView.OnGotFocus(EventArgs)
    DataGridView.OnGridColorChanged(EventArgs)
    DataGridView.OnHandleCreated(EventArgs)
    DataGridView.OnHandleDestroyed(EventArgs)
    DataGridView.OnKeyDown(KeyEventArgs)
    DataGridView.OnKeyPress(KeyPressEventArgs)
    DataGridView.OnKeyUp(KeyEventArgs)
    DataGridView.OnLayout(LayoutEventArgs)
    DataGridView.OnLeave(EventArgs)
    DataGridView.OnMouseClick(MouseEventArgs)
    DataGridView.OnMouseDoubleClick(MouseEventArgs)
    DataGridView.OnMouseEnter(EventArgs)
    DataGridView.OnMouseLeave(EventArgs)
    DataGridView.OnMouseMove(MouseEventArgs)
    DataGridView.OnMouseUp(MouseEventArgs)
    DataGridView.OnMouseWheel(MouseEventArgs)
    DataGridView.OnMultiSelectChanged(EventArgs)
    DataGridView.OnNewRowNeeded(DataGridViewRowEventArgs)
    DataGridView.OnPaint(PaintEventArgs)
    DataGridView.OnReadOnlyChanged(EventArgs)
    DataGridView.OnResize(EventArgs)
    DataGridView.OnRightToLeftChanged(EventArgs)
    DataGridView.OnRowContextMenuStripChanged(DataGridViewRowEventArgs)
    DataGridView.OnRowContextMenuStripNeeded(DataGridViewRowContextMenuStripNeededEventArgs)
    DataGridView.OnRowDefaultCellStyleChanged(DataGridViewRowEventArgs)
    DataGridView.OnRowDirtyStateNeeded(QuestionEventArgs)
    DataGridView.OnRowDividerDoubleClick(DataGridViewRowDividerDoubleClickEventArgs)
    DataGridView.OnRowDividerHeightChanged(DataGridViewRowEventArgs)
    DataGridView.OnRowEnter(DataGridViewCellEventArgs)
    DataGridView.OnRowErrorTextChanged(DataGridViewRowEventArgs)
    DataGridView.OnRowErrorTextNeeded(DataGridViewRowErrorTextNeededEventArgs)
    DataGridView.OnRowHeaderCellChanged(DataGridViewRowEventArgs)
    DataGridView.OnRowHeaderMouseClick(DataGridViewCellMouseEventArgs)
    DataGridView.OnRowHeaderMouseDoubleClick(DataGridViewCellMouseEventArgs)
    DataGridView.OnRowHeadersBorderStyleChanged(EventArgs)
    DataGridView.OnRowHeadersDefaultCellStyleChanged(EventArgs)
    DataGridView.OnRowHeadersWidthChanged(EventArgs)
    DataGridView.OnRowHeadersWidthSizeModeChanged(DataGridViewAutoSizeModeEventArgs)
    DataGridView.OnRowHeightChanged(DataGridViewRowEventArgs)
    DataGridView.OnRowHeightInfoNeeded(DataGridViewRowHeightInfoNeededEventArgs)
    DataGridView.OnRowHeightInfoPushed(DataGridViewRowHeightInfoPushedEventArgs)
    DataGridView.OnRowMinimumHeightChanged(DataGridViewRowEventArgs)
    DataGridView.OnRowPostPaint(DataGridViewRowPostPaintEventArgs)
    DataGridView.OnRowPrePaint(DataGridViewRowPrePaintEventArgs)
    DataGridView.OnRowsAdded(DataGridViewRowsAddedEventArgs)
    DataGridView.OnRowsDefaultCellStyleChanged(EventArgs)
    DataGridView.OnRowsRemoved(DataGridViewRowsRemovedEventArgs)
    DataGridView.OnRowStateChanged(int, DataGridViewRowStateChangedEventArgs)
    DataGridView.OnRowUnshared(DataGridViewRowEventArgs)
    DataGridView.OnRowValidating(DataGridViewCellCancelEventArgs)
    DataGridView.OnRowValidated(DataGridViewCellEventArgs)
    DataGridView.OnScroll(ScrollEventArgs)
    DataGridView.OnSelectionChanged(EventArgs)
    DataGridView.OnSorted(EventArgs)
    DataGridView.OnUserAddedRow(DataGridViewRowEventArgs)
    DataGridView.OnUserDeletedRow(DataGridViewRowEventArgs)
    DataGridView.OnUserDeletingRow(DataGridViewRowCancelEventArgs)
    DataGridView.OnValidating(CancelEventArgs)
    DataGridView.PaintBackground(Graphics, Rectangle, Rectangle)
    DataGridView.ProcessAKey(Keys)
    DataGridView.ProcessDeleteKey(Keys)
    DataGridView.ProcessDownKey(Keys)
    DataGridView.ProcessEndKey(Keys)
    DataGridView.ProcessEnterKey(Keys)
    DataGridView.ProcessEscapeKey(Keys)
    DataGridView.ProcessF2Key(Keys)
    DataGridView.ProcessF3Key(Keys)
    DataGridView.ProcessHomeKey(Keys)
    DataGridView.ProcessInsertKey(Keys)
    DataGridView.ProcessKeyEventArgs(ref Message)
    DataGridView.ProcessKeyPreview(ref Message)
    DataGridView.ProcessControlShiftF10Keys(Keys)
    DataGridView.ProcessLeftKey(Keys)
    DataGridView.ProcessNextKey(Keys)
    DataGridView.ProcessPriorKey(Keys)
    DataGridView.ProcessRightKey(Keys)
    DataGridView.ProcessSpaceKey(Keys)
    DataGridView.ProcessTabKey(Keys)
    DataGridView.ProcessDataGridViewKey(KeyEventArgs)
    DataGridView.ProcessUpKey(Keys)
    DataGridView.ProcessZeroKey(Keys)
    DataGridView.RefreshEdit()
    DataGridView.SelectAll()
    DataGridView.SetCurrentCellAddressCore(int, int, bool, bool, bool)
    DataGridView.SetBoundsCore(int, int, int, int, BoundsSpecified)
    DataGridView.SetSelectedCellCore(int, int, bool)
    DataGridView.SetSelectedColumnCore(int, bool)
    DataGridView.SetSelectedRowCore(int, bool)
    DataGridView.Sort(DataGridViewColumn, ListSortDirection)
    DataGridView.Sort(IComparer)
    DataGridView.UpdateCellErrorText(int, int)
    DataGridView.UpdateCellValue(int, int)
    DataGridView.UpdateRowErrorText(int)
    DataGridView.UpdateRowErrorText(int, int)
    DataGridView.UpdateRowHeightInfo(int, bool)
    DataGridView.WndProc(ref Message)
    DataGridView.AdjustedTopLeftHeaderBorderStyle
    DataGridView.AdvancedCellBorderStyle
    DataGridView.AdvancedColumnHeadersBorderStyle
    DataGridView.AdvancedRowHeadersBorderStyle
    DataGridView.AllowUserToAddRows
    DataGridView.AllowUserToDeleteRows
    DataGridView.AllowUserToOrderColumns
    DataGridView.AllowUserToResizeColumns
    DataGridView.AllowUserToResizeRows
    DataGridView.AlternatingRowsDefaultCellStyle
    DataGridView.AutoGenerateColumns
    DataGridView.AutoSize
    DataGridView.AutoSizeColumnsMode
    DataGridView.AutoSizeRowsMode
    DataGridView.BackgroundColor
    DataGridView.BorderStyle
    DataGridView.CanEnableIme
    DataGridView.CellBorderStyle
    DataGridView.ClipboardCopyMode
    DataGridView.ColumnCount
    DataGridView.ColumnHeadersBorderStyle
    DataGridView.ColumnHeadersDefaultCellStyle
    DataGridView.ColumnHeadersHeight
    DataGridView.ColumnHeadersHeightSizeMode
    DataGridView.ColumnHeadersVisible
    DataGridView.Columns
    DataGridView.CurrentCell
    DataGridView.CurrentCellAddress
    DataGridView.CurrentRow
    DataGridView.DataMember
    DataGridView.DataSource
    DataGridView.DefaultCellStyle
    DataGridView.DefaultSize
    DataGridView.DisplayRectangle
    DataGridView.EditMode
    DataGridView.EditingControl
    DataGridView.EditingPanel
    DataGridView.EnableHeadersVisualStyles
    DataGridView.FirstDisplayedCell
    DataGridView.FirstDisplayedScrollingColumnHiddenWidth
    DataGridView.FirstDisplayedScrollingColumnIndex
    DataGridView.FirstDisplayedScrollingRowIndex
    DataGridView.ForeColor
    DataGridView.Font
    DataGridView.GridColor
    DataGridView.HorizontalScrollBar
    DataGridView.HorizontalScrollingOffset
    DataGridView.IsCurrentCellDirty
    DataGridView.IsCurrentCellInEditMode
    DataGridView.IsCurrentRowDirty
    DataGridView.MultiSelect
    DataGridView.NewRowIndex
    DataGridView.ReadOnly
    DataGridView.RowCount
    DataGridView.RowHeadersBorderStyle
    DataGridView.RowHeadersDefaultCellStyle
    DataGridView.RowHeadersVisible
    DataGridView.RowHeadersWidth
    DataGridView.RowHeadersWidthSizeMode
    DataGridView.Rows
    DataGridView.RowsDefaultCellStyle
    DataGridView.RowTemplate
    DataGridView.ScrollBars
    DataGridView.SelectedCells
    DataGridView.SelectedColumns
    DataGridView.SelectedRows
    DataGridView.SelectionMode
    DataGridView.ShowCellErrors
    DataGridView.ShowCellToolTips
    DataGridView.ShowEditingIcon
    DataGridView.ShowRowErrors
    DataGridView.SortedColumn
    DataGridView.SortOrder
    DataGridView.StandardTab
    DataGridView.this[int, int]
    DataGridView.this[string, int]
    DataGridView.TopLeftHeaderCell
    DataGridView.UserSetCursor
    DataGridView.VerticalScrollBar
    DataGridView.VerticalScrollingOffset
    DataGridView.VirtualMode
    DataGridView.AllowUserToAddRowsChanged
    DataGridView.AllowUserToDeleteRowsChanged
    DataGridView.AllowUserToOrderColumnsChanged
    DataGridView.AllowUserToResizeColumnsChanged
    DataGridView.AllowUserToResizeRowsChanged
    DataGridView.AlternatingRowsDefaultCellStyleChanged
    DataGridView.AutoGenerateColumnsChanged
    DataGridView.AutoSizeColumnsModeChanged
    DataGridView.AutoSizeRowsModeChanged
    DataGridView.BackgroundColorChanged
    DataGridView.BorderStyleChanged
    DataGridView.CellBorderStyleChanged
    DataGridView.ColumnHeadersBorderStyleChanged
    DataGridView.ColumnHeadersDefaultCellStyleChanged
    DataGridView.ColumnHeadersHeightChanged
    DataGridView.ColumnHeadersHeightSizeModeChanged
    DataGridView.DataMemberChanged
    DataGridView.DataSourceChanged
    DataGridView.DefaultCellStyleChanged
    DataGridView.EditModeChanged
    DataGridView.ForeColorChanged
    DataGridView.FontChanged
    DataGridView.GridColorChanged
    DataGridView.MultiSelectChanged
    DataGridView.ReadOnlyChanged
    DataGridView.RowHeadersBorderStyleChanged
    DataGridView.RowHeadersDefaultCellStyleChanged
    DataGridView.RowHeadersWidthChanged
    DataGridView.RowHeadersWidthSizeModeChanged
    DataGridView.RowsDefaultCellStyleChanged
    DataGridView.AutoSizeColumnModeChanged
    DataGridView.CancelRowEdit
    DataGridView.CellBeginEdit
    DataGridView.CellClick
    DataGridView.CellContentClick
    DataGridView.CellContentDoubleClick
    DataGridView.CellContextMenuStripChanged
    DataGridView.CellContextMenuStripNeeded
    DataGridView.CellDoubleClick
    DataGridView.CellEndEdit
    DataGridView.CellEnter
    DataGridView.CellErrorTextChanged
    DataGridView.CellErrorTextNeeded
    DataGridView.CellFormatting
    DataGridView.CellLeave
    DataGridView.CellMouseClick
    DataGridView.CellMouseDoubleClick
    DataGridView.CellMouseDown
    DataGridView.CellMouseEnter
    DataGridView.CellMouseLeave
    DataGridView.CellMouseMove
    DataGridView.CellMouseUp
    DataGridView.CellPainting
    DataGridView.CellParsing
    DataGridView.CellStateChanged
    DataGridView.CellStyleChanged
    DataGridView.CellStyleContentChanged
    DataGridView.CellToolTipTextChanged
    DataGridView.CellToolTipTextNeeded
    DataGridView.CellValidated
    DataGridView.CellValidating
    DataGridView.CellValueChanged
    DataGridView.CellValueNeeded
    DataGridView.CellValuePushed
    DataGridView.ColumnAdded
    DataGridView.ColumnContextMenuStripChanged
    DataGridView.ColumnDataPropertyNameChanged
    DataGridView.ColumnDefaultCellStyleChanged
    DataGridView.ColumnDisplayIndexChanged
    DataGridView.ColumnDividerDoubleClick
    DataGridView.ColumnDividerWidthChanged
    DataGridView.ColumnHeaderMouseClick
    DataGridView.ColumnHeaderMouseDoubleClick
    DataGridView.ColumnHeaderCellChanged
    DataGridView.ColumnMinimumWidthChanged
    DataGridView.ColumnNameChanged
    DataGridView.ColumnRemoved
    DataGridView.ColumnSortModeChanged
    DataGridView.ColumnStateChanged
    DataGridView.ColumnToolTipTextChanged
    DataGridView.ColumnWidthChanged
    DataGridView.CurrentCellChanged
    DataGridView.CurrentCellDirtyStateChanged
    DataGridView.DataBindingComplete
    DataGridView.DataError
    DataGridView.DefaultValuesNeeded
    DataGridView.EditingControlShowing
    DataGridView.NewRowNeeded
    DataGridView.RowContextMenuStripChanged
    DataGridView.RowContextMenuStripNeeded
    DataGridView.RowDefaultCellStyleChanged
    DataGridView.RowDirtyStateNeeded
    DataGridView.RowDividerDoubleClick
    DataGridView.RowDividerHeightChanged
    DataGridView.RowEnter
    DataGridView.RowErrorTextChanged
    DataGridView.RowErrorTextNeeded
    DataGridView.RowHeaderMouseClick
    DataGridView.RowHeaderMouseDoubleClick
    DataGridView.RowHeaderCellChanged
    DataGridView.RowHeightChanged
    DataGridView.RowHeightInfoNeeded
    DataGridView.RowHeightInfoPushed
    DataGridView.RowLeave
    DataGridView.RowMinimumHeightChanged
    DataGridView.RowPostPaint
    DataGridView.RowPrePaint
    DataGridView.RowsAdded
    DataGridView.RowsRemoved
    DataGridView.RowStateChanged
    DataGridView.RowUnshared
    DataGridView.RowValidated
    DataGridView.RowValidating
    DataGridView.Scroll
    DataGridView.SelectionChanged
    DataGridView.SortCompare
    DataGridView.Sorted
    DataGridView.UserAddedRow
    DataGridView.UserDeletedRow
    DataGridView.UserDeletingRow
    Control.SetAutoSizeMode(AutoSizeMode)
    Control.GetAutoSizeMode()
    Control.GetPreferredSize(Size)
    Control.AccessibilityNotifyClients(AccessibleEvents, int)
    Control.AccessibilityNotifyClients(AccessibleEvents, int, int)
    Control.BeginInvoke(Delegate)
    Control.BeginInvoke(Action)
    Control.BeginInvoke(Delegate, params object[])
    Control.BringToFront()
    Control.Contains(Control)
    Control.CreateGraphics()
    Control.CreateHandle()
    Control.CreateControl()
    Control.DefWndProc(ref Message)
    Control.DestroyHandle()
    Control.DoDragDrop(object, DragDropEffects)
    Control.DoDragDrop(object, DragDropEffects, Bitmap, Point, bool)
    Control.DrawToBitmap(Bitmap, Rectangle)
    Control.EndInvoke(IAsyncResult)
    Control.FindForm()
    Control.GetTopLevel()
    Control.RaiseKeyEvent(object, KeyEventArgs)
    Control.RaiseMouseEvent(object, MouseEventArgs)
    Control.Focus()
    Control.FromChildHandle(nint)
    Control.FromHandle(nint)
    Control.GetChildAtPoint(Point, GetChildAtPointSkip)
    Control.GetChildAtPoint(Point)
    Control.GetContainerControl()
    Control.GetScaledBounds(Rectangle, SizeF, BoundsSpecified)
    Control.GetNextControl(Control, bool)
    Control.GetStyle(ControlStyles)
    Control.Hide()
    Control.InitLayout()
    Control.Invalidate(Region)
    Control.Invalidate(Region, bool)
    Control.Invalidate()
    Control.Invalidate(bool)
    Control.Invalidate(Rectangle)
    Control.Invalidate(Rectangle, bool)
    Control.Invoke(Action)
    Control.Invoke(Delegate)
    Control.Invoke(Delegate, params object[])
    Control.Invoke<T>(Func<T>)
    Control.InvokePaint(Control, PaintEventArgs)
    Control.InvokePaintBackground(Control, PaintEventArgs)
    Control.IsKeyLocked(Keys)
    Control.IsMnemonic(char, string)
    Control.LogicalToDeviceUnits(int)
    Control.LogicalToDeviceUnits(Size)
    Control.ScaleBitmapLogicalToDevice(ref Bitmap)
    Control.NotifyInvalidate(Rectangle)
    Control.InvokeOnClick(Control, EventArgs)
    Control.OnAutoSizeChanged(EventArgs)
    Control.OnBackColorChanged(EventArgs)
    Control.OnBackgroundImageChanged(EventArgs)
    Control.OnBackgroundImageLayoutChanged(EventArgs)
    Control.OnCausesValidationChanged(EventArgs)
    Control.OnContextMenuStripChanged(EventArgs)
    Control.OnDataContextChanged(EventArgs)
    Control.OnDockChanged(EventArgs)
    Control.OnNotifyMessage(Message)
    Control.OnParentBackColorChanged(EventArgs)
    Control.OnParentBackgroundImageChanged(EventArgs)
    Control.OnParentBindingContextChanged(EventArgs)
    Control.OnParentCursorChanged(EventArgs)
    Control.OnParentDataContextChanged(EventArgs)
    Control.OnParentEnabledChanged(EventArgs)
    Control.OnParentFontChanged(EventArgs)
    Control.OnParentForeColorChanged(EventArgs)
    Control.OnParentRightToLeftChanged(EventArgs)
    Control.OnParentVisibleChanged(EventArgs)
    Control.OnPrint(PaintEventArgs)
    Control.OnTabIndexChanged(EventArgs)
    Control.OnTabStopChanged(EventArgs)
    Control.OnTextChanged(EventArgs)
    Control.OnClick(EventArgs)
    Control.OnClientSizeChanged(EventArgs)
    Control.OnControlAdded(ControlEventArgs)
    Control.OnControlRemoved(ControlEventArgs)
    Control.OnCreateControl()
    Control.OnLocationChanged(EventArgs)
    Control.OnDragEnter(DragEventArgs)
    Control.OnDragOver(DragEventArgs)
    Control.OnDragLeave(EventArgs)
    Control.OnDragDrop(DragEventArgs)
    Control.OnGiveFeedback(GiveFeedbackEventArgs)
    Control.InvokeGotFocus(Control, EventArgs)
    Control.OnHelpRequested(HelpEventArgs)
    Control.OnInvalidated(InvalidateEventArgs)
    Control.InvokeLostFocus(Control, EventArgs)
    Control.OnMarginChanged(EventArgs)
    Control.OnMouseCaptureChanged(EventArgs)
    Control.OnDpiChangedBeforeParent(EventArgs)
    Control.OnDpiChangedAfterParent(EventArgs)
    Control.OnMouseHover(EventArgs)
    Control.OnMove(EventArgs)
    Control.OnPaddingChanged(EventArgs)
    Control.OnPaintBackground(PaintEventArgs)
    Control.OnQueryContinueDrag(QueryContinueDragEventArgs)
    Control.OnRegionChanged(EventArgs)
    Control.OnPreviewKeyDown(PreviewKeyDownEventArgs)
    Control.OnSizeChanged(EventArgs)
    Control.OnChangeUICues(UICuesEventArgs)
    Control.OnStyleChanged(EventArgs)
    Control.OnSystemColorsChanged(EventArgs)
    Control.OnValidated(EventArgs)
    Control.RescaleConstantsForDpi(int, int)
    Control.PerformLayout()
    Control.PerformLayout(Control, string)
    Control.PointToClient(Point)
    Control.PointToScreen(Point)
    Control.PreProcessControlMessage(ref Message)
    Control.ProcessCmdKey(ref Message, Keys)
    Control.ProcessDialogChar(char)
    Control.ProcessKeyMessage(ref Message)
    Control.ProcessMnemonic(char)
    Control.RaiseDragEvent(object, DragEventArgs)
    Control.RaisePaintEvent(object, PaintEventArgs)
    Control.RecreateHandle()
    Control.RectangleToClient(Rectangle)
    Control.RectangleToScreen(Rectangle)
    Control.ReflectMessage(nint, ref Message)
    Control.Refresh()
    Control.ResetMouseEventArgs()
    Control.ResetText()
    Control.ResumeLayout()
    Control.ResumeLayout(bool)
    Control.Scale(SizeF)
    Control.ScaleControl(SizeF, BoundsSpecified)
    Control.Select()
    Control.Select(bool, bool)
    Control.SelectNextControl(Control, bool, bool, bool, bool)
    Control.SendToBack()
    Control.SetBounds(int, int, int, int)
    Control.SetBounds(int, int, int, int, BoundsSpecified)
    Control.SetClientSizeCore(int, int)
    Control.SizeFromClientSize(Size)
    Control.SetStyle(ControlStyles, bool)
    Control.SetTopLevel(bool)
    Control.SetVisibleCore(bool)
    Control.RtlTranslateAlignment(HorizontalAlignment)
    Control.RtlTranslateAlignment(LeftRightAlignment)
    Control.RtlTranslateAlignment(ContentAlignment)
    Control.RtlTranslateHorizontal(HorizontalAlignment)
    Control.RtlTranslateLeftRight(LeftRightAlignment)
    Control.RtlTranslateContent(ContentAlignment)
    Control.Show()
    Control.SuspendLayout()
    Control.Update()
    Control.UpdateBounds()
    Control.UpdateBounds(int, int, int, int)
    Control.UpdateBounds(int, int, int, int, int, int)
    Control.UpdateZOrder()
    Control.UpdateStyles()
    Control.OnImeModeChanged(EventArgs)
    Control.InvokeAsync(Action, CancellationToken)
    Control.InvokeAsync<T>(Func<T>, CancellationToken)
    Control.InvokeAsync(Func<CancellationToken, ValueTask>, CancellationToken)
    Control.InvokeAsync<T>(Func<CancellationToken, ValueTask<T>>, CancellationToken)
    Control.AccessibilityObject
    Control.AccessibleDefaultActionDescription
    Control.AccessibleDescription
    Control.AccessibleName
    Control.AccessibleRole
    Control.AllowDrop
    Control.Anchor
    Control.AutoScrollOffset
    Control.LayoutEngine
    Control.DataContext
    Control.BackColor
    Control.BackgroundImage
    Control.BackgroundImageLayout
    Control.BindingContext
    Control.Bottom
    Control.Bounds
    Control.CanFocus
    Control.CanRaiseEvents
    Control.CanSelect
    Control.Capture
    Control.CausesValidation
    Control.CheckForIllegalCrossThreadCalls
    Control.ClientRectangle
    Control.ClientSize
    Control.CompanyName
    Control.ContainsFocus
    Control.ContextMenuStrip
    Control.Controls
    Control.Created
    Control.CreateParams
    Control.Cursor
    Control.DataBindings
    Control.DefaultBackColor
    Control.DefaultCursor
    Control.DefaultFont
    Control.DefaultForeColor
    Control.DefaultMargin
    Control.DefaultMaximumSize
    Control.DefaultMinimumSize
    Control.DefaultPadding
    Control.DeviceDpi
    Control.IsDisposed
    Control.Disposing
    Control.Dock
    Control.DoubleBuffered
    Control.Enabled
    Control.Focused
    Control.FontHeight
    Control.Handle
    Control.HasChildren
    Control.Height
    Control.IsHandleCreated
    Control.InvokeRequired
    Control.IsAccessible
    Control.IsAncestorSiteInDesignMode
    Control.IsMirrored
    Control.Left
    Control.Location
    Control.Margin
    Control.MaximumSize
    Control.MinimumSize
    Control.ModifierKeys
    Control.MouseButtons
    Control.MousePosition
    Control.Name
    Control.Parent
    Control.ProductName
    Control.ProductVersion
    Control.RecreatingHandle
    Control.Region
    Control.RenderRightToLeft
    Control.ResizeRedraw
    Control.Right
    Control.RightToLeft
    Control.ScaleChildren
    Control.Site
    Control.Size
    Control.TabIndex
    Control.TabStop
    Control.Tag
    Control.Text
    Control.Top
    Control.TopLevelControl
    Control.ShowKeyboardCues
    Control.ShowFocusCues
    Control.UseWaitCursor
    Control.Visible
    Control.Width
    Control.PreferredSize
    Control.Padding
    Control.DefaultImeMode
    Control.ImeMode
    Control.ImeModeBase
    Control.PropagatingImeMode
    Control.BackColorChanged
    Control.BackgroundImageChanged
    Control.BackgroundImageLayoutChanged
    Control.BindingContextChanged
    Control.CausesValidationChanged
    Control.ClientSizeChanged
    Control.ContextMenuStripChanged
    Control.CursorChanged
    Control.DockChanged
    Control.EnabledChanged
    Control.LocationChanged
    Control.MarginChanged
    Control.RegionChanged
    Control.RightToLeftChanged
    Control.SizeChanged
    Control.TabIndexChanged
    Control.TabStopChanged
    Control.TextChanged
    Control.VisibleChanged
    Control.Click
    Control.ControlAdded
    Control.ControlRemoved
    Control.DataContextChanged
    Control.DragDrop
    Control.DragEnter
    Control.DragOver
    Control.DragLeave
    Control.GiveFeedback
    Control.HandleCreated
    Control.HandleDestroyed
    Control.HelpRequested
    Control.Invalidated
    Control.PaddingChanged
    Control.Paint
    Control.QueryContinueDrag
    Control.QueryAccessibilityHelp
    Control.DoubleClick
    Control.Enter
    Control.GotFocus
    Control.KeyDown
    Control.KeyPress
    Control.KeyUp
    Control.Layout
    Control.Leave
    Control.LostFocus
    Control.MouseClick
    Control.MouseDoubleClick
    Control.MouseCaptureChanged
    Control.MouseDown
    Control.MouseEnter
    Control.MouseLeave
    Control.DpiChangedBeforeParent
    Control.DpiChangedAfterParent
    Control.MouseHover
    Control.MouseMove
    Control.MouseUp
    Control.MouseWheel
    Control.Move
    Control.PreviewKeyDown
    Control.Resize
    Control.ChangeUICues
    Control.StyleChanged
    Control.SystemColorsChanged
    Control.Validating
    Control.Validated
    Control.ParentChanged
    Control.ImeModeChanged
    Component.Dispose()
    Component.GetService(Type)
    Component.ToString()
    Component.Events
    Component.Container
    Component.DesignMode
    Component.Disposed
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Reportman.Drawing.Forms
    Assembly: Reportman.Drawing.Forms.dll
    Syntax
    public class DataGridViewAdvanced : DataGridView, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, ISupportInitialize

    Constructors

    DataGridViewAdvanced()

    Creates a new DataGridView with advanced features

    Declaration
    public DataGridViewAdvanced()

    Fields

    DecimalKeyPadExceptions

    Declaration
    public List<string> DecimalKeyPadExceptions
    Field Value
    Type Description
    List<string>

    DefaultCellBorderStyle

    Declaration
    public static DataGridViewCellBorderStyle DefaultCellBorderStyle
    Field Value
    Type Description
    DataGridViewCellBorderStyle

    DoubleBufferedPerformance

    Declaration
    public static bool DoubleBufferedPerformance
    Field Value
    Type Description
    bool

    DoubleClickControl

    Declaration
    public DoubleClickControlEvent DoubleClickControl
    Field Value
    Type Description
    DoubleClickControlEvent

    DoubleClickKey

    Declaration
    public Keys DoubleClickKey
    Field Value
    Type Description
    Keys

    NewRowLeave

    Declaration
    public EventHandler NewRowLeave
    Field Value
    Type Description
    EventHandler

    NextColumnFocusEnter

    Declaration
    public NextColumnFocusEvent NextColumnFocusEnter
    Field Value
    Type Description
    NextColumnFocusEvent

    OnSelectNextRowAfterEnterKey

    Declaration
    public DataGridViewAdvanced.SelectNextRowAfterEnterKeyEvent OnSelectNextRowAfterEnterKey
    Field Value
    Type Description
    DataGridViewAdvanced.SelectNextRowAfterEnterKeyEvent

    Properties

    AdjustColumnsFontChange

    Adjust the column when the font chages

    Declaration
    public bool AdjustColumnsFontChange { get; set; }
    Property Value
    Type Description
    bool

    AllowUserToInsertRows

    Allow de user to insert a row in the middle of the grid

    Declaration
    public bool AllowUserToInsertRows { get; set; }
    Property Value
    Type Description
    bool

    CreatePopUpForImage

    Allow de user to double clic to see an image

    Declaration
    public bool CreatePopUpForImage { get; set; }
    Property Value
    Type Description
    bool

    DoubleClicOpenImage

    Allow de user to double clic to see an image

    Declaration
    public bool DoubleClicOpenImage { get; set; }
    Property Value
    Type Description
    bool

    EnterAsTab

    The enter and return keys will be handled as tab keys to provide horizontal displacement entering new data

    Declaration
    public bool EnterAsTab { get; set; }
    Property Value
    Type Description
    bool

    KeyPreview

    Allow keys pressed inside editing control passed to the grid itself

    Declaration
    public bool KeyPreview { get; set; }
    Property Value
    Type Description
    bool

    SkipReadOnly

    When advancing with keyboard, skip readonly columns for faster data enter

    Declaration
    public bool SkipReadOnly { get; set; }
    Property Value
    Type Description
    bool

    ValidateRowOnColumnChange

    Force EndEdit after each column channge

    Declaration
    public bool ValidateRowOnColumnChange { get; set; }
    Property Value
    Type Description
    bool

    Methods

    CopySelectionToClipBoard()

    Declaration
    public void CopySelectionToClipBoard()

    CreateImagePopUp(DataGridViewColumn)

    Declaration
    public ContextMenuStrip CreateImagePopUp(DataGridViewColumn ncolumn)
    Parameters
    Type Name Description
    DataGridViewColumn ncolumn
    Returns
    Type Description
    ContextMenuStrip

    DeleteDataBoundSelection(bool)

    Declaration
    public void DeleteDataBoundSelection(bool remove)
    Parameters
    Type Name Description
    bool remove

    Dispose(bool)

    Clean resources

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    bool disposing
    Overrides
    DataGridView.Dispose(bool)

    DoDoubleClick(Control)

    Declaration
    public void DoDoubleClick(Control ncontrol)
    Parameters
    Type Name Description
    Control ncontrol

    FindText(DataGridView, string)

    Declaration
    public static void FindText(DataGridView grid, string ntext)
    Parameters
    Type Name Description
    DataGridView grid
    string ntext

    FinishEdit()

    Look for an active row or cell edition and finish it

    Declaration
    public void FinishEdit()

    GetCurrentColumn()

    Declaration
    public DataGridViewColumn GetCurrentColumn()
    Returns
    Type Description
    DataGridViewColumn

    GetCurrentDataColumn()

    Declaration
    public DataColumn GetCurrentDataColumn()
    Returns
    Type Description
    DataColumn

    GetCurrentDataRow()

    Declaration
    public DataRow GetCurrentDataRow()
    Returns
    Type Description
    DataRow

    GetDataColumn(string)

    Declaration
    public DataGridViewColumn GetDataColumn(string propname)
    Parameters
    Type Name Description
    string propname
    Returns
    Type Description
    DataGridViewColumn

    GetDataTable()

    Declaration
    public DataTable GetDataTable()
    Returns
    Type Description
    DataTable

    GetNextCell(int, int)

    Declaration
    public Point GetNextCell(int curcol, int currow)
    Parameters
    Type Name Description
    int curcol
    int currow
    Returns
    Type Description
    Point

    GetNextCell(DataGridView, int, int)

    Declaration
    public static Point GetNextCell(DataGridView ngrid, int curcol, int currow)
    Parameters
    Type Name Description
    DataGridView ngrid
    int curcol
    int currow
    Returns
    Type Description
    Point

    IndexOfDataRow(DataRow)

    Declaration
    public int IndexOfDataRow(DataRow nrow)
    Parameters
    Type Name Description
    DataRow nrow
    Returns
    Type Description
    int

    InsertRowDataBound()

    Declaration
    public void InsertRowDataBound()

    InvalidateRowDatabound(DataRow)

    Declaration
    public void InvalidateRowDatabound(DataRow xrow)
    Parameters
    Type Name Description
    DataRow xrow

    OnColumnWidthChanged(DataGridViewColumnEventArgs)

    Declaration
    protected override void OnColumnWidthChanged(DataGridViewColumnEventArgs e)
    Parameters
    Type Name Description
    DataGridViewColumnEventArgs e
    Overrides
    DataGridView.OnColumnWidthChanged(DataGridViewColumnEventArgs)

    OnCurrentCellDirtyStateChanged(EventArgs)

    Declaration
    protected override void OnCurrentCellDirtyStateChanged(EventArgs e)
    Parameters
    Type Name Description
    EventArgs e
    Overrides
    DataGridView.OnCurrentCellDirtyStateChanged(EventArgs)

    OnDataError(bool, DataGridViewDataErrorEventArgs)

    Declaration
    protected override void OnDataError(bool displayErrorDialogIfNoHandler, DataGridViewDataErrorEventArgs e)
    Parameters
    Type Name Description
    bool displayErrorDialogIfNoHandler
    DataGridViewDataErrorEventArgs e
    Overrides
    DataGridView.OnDataError(bool, DataGridViewDataErrorEventArgs)

    OnDoubleClick(EventArgs)

    Implemented to allow double clic for opening images

    Declaration
    protected override void OnDoubleClick(EventArgs e)
    Parameters
    Type Name Description
    EventArgs e
    Overrides
    DataGridView.OnDoubleClick(EventArgs)

    OnEditingControlShowing(DataGridViewEditingControlShowingEventArgs)

    Declaration
    protected override void OnEditingControlShowing(DataGridViewEditingControlShowingEventArgs e)
    Parameters
    Type Name Description
    DataGridViewEditingControlShowingEventArgs e
    Overrides
    DataGridView.OnEditingControlShowing(DataGridViewEditingControlShowingEventArgs)

    OnFontChanged(EventArgs)

    Declaration
    protected override void OnFontChanged(EventArgs e)
    Parameters
    Type Name Description
    EventArgs e
    Overrides
    DataGridView.OnFontChanged(EventArgs)

    OnLostFocus(EventArgs)

    Declaration
    protected override void OnLostFocus(EventArgs e)
    Parameters
    Type Name Description
    EventArgs e
    Overrides
    DataGridView.OnLostFocus(EventArgs)

    OnMouseDown(MouseEventArgs)

    Declaration
    protected override void OnMouseDown(MouseEventArgs e)
    Parameters
    Type Name Description
    MouseEventArgs e
    Overrides
    DataGridView.OnMouseDown(MouseEventArgs)

    OnParentChanged(EventArgs)

    Declaration
    protected override void OnParentChanged(EventArgs e)
    Parameters
    Type Name Description
    EventArgs e
    Overrides
    Control.OnParentChanged(EventArgs)

    OnRowLeave(DataGridViewCellEventArgs)

    Declaration
    protected override void OnRowLeave(DataGridViewCellEventArgs e)
    Parameters
    Type Name Description
    DataGridViewCellEventArgs e
    Overrides
    DataGridView.OnRowLeave(DataGridViewCellEventArgs)

    OnSortCompare(DataGridViewSortCompareEventArgs)

    Declaration
    protected override void OnSortCompare(DataGridViewSortCompareEventArgs e)
    Parameters
    Type Name Description
    DataGridViewSortCompareEventArgs e
    Overrides
    DataGridView.OnSortCompare(DataGridViewSortCompareEventArgs)

    OnVisibleChanged(EventArgs)

    Declaration
    protected override void OnVisibleChanged(EventArgs e)
    Parameters
    Type Name Description
    EventArgs e
    Overrides
    DataGridView.OnVisibleChanged(EventArgs)

    OpenImage()

    Declaration
    public void OpenImage()

    PasteFromClipBoardDataBound(bool)

    Declaration
    public void PasteFromClipBoardDataBound(bool assignnulls)
    Parameters
    Type Name Description
    bool assignnulls

    PasteFromClipBoardDataBoundAdd(bool)

    Declaration
    public void PasteFromClipBoardDataBoundAdd(bool assignnulls)
    Parameters
    Type Name Description
    bool assignnulls

    PasteFromClipBoardDataBoundNewRows()

    Declaration
    public void PasteFromClipBoardDataBoundNewRows()

    PopMenuOpening(object, CancelEventArgs)

    Declaration
    public void PopMenuOpening(object sender, CancelEventArgs ev)
    Parameters
    Type Name Description
    object sender
    CancelEventArgs ev

    PreProcessMessage(ref Message)

    Preprocessing of messages

    Declaration
    public override bool PreProcessMessage(ref Message msg)
    Parameters
    Type Name Description
    Message msg
    Returns
    Type Description
    bool
    Overrides
    Control.PreProcessMessage(ref Message)

    ProcessDialogKey(Keys)

    New handler while inside editor

    Declaration
    protected override bool ProcessDialogKey(Keys keyData)
    Parameters
    Type Name Description
    Keys keyData

    Key data

    Returns
    Type Description
    bool
    Overrides
    DataGridView.ProcessDialogKey(Keys)

    SaveToCSV(string, string, Encoding)

    Declaration
    public void SaveToCSV(string filename, string listseparator, Encoding encoding)
    Parameters
    Type Name Description
    string filename
    string listseparator
    Encoding encoding

    SaveToExcel(string)

    Declaration
    public void SaveToExcel(string filename)
    Parameters
    Type Name Description
    string filename

    SaveToExcel(DataGridView, string, string, bool)

    Declaration
    public static bool SaveToExcel(DataGridView gridav, string filename, string title, bool showSaveDialog)
    Parameters
    Type Name Description
    DataGridView gridav
    string filename
    string title
    bool showSaveDialog
    Returns
    Type Description
    bool

    SaveToExcelOleAutomation(string)

    Declaration
    public void SaveToExcelOleAutomation(string filename)
    Parameters
    Type Name Description
    string filename

    ScaleColumns()

    Declaration
    public void ScaleColumns()

    ScrollPageDown()

    Declaration
    public void ScrollPageDown()

    ScrollPageUp()

    Declaration
    public void ScrollPageUp()

    SelectCellDataBound(DataRow, string)

    Declaration
    public void SelectCellDataBound(DataRow nrow, string columnnames)
    Parameters
    Type Name Description
    DataRow nrow
    string columnnames

    Implements

    IDropTarget
    ISynchronizeInvoke
    IWin32Window
    IBindableComponent
    IComponent
    IDisposable
    ISupportInitialize
    In this article
    Back to top Generated by DocFX