FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.DrawingSpace Namespace : SymbolDataGridView Class |
For a list of all members of this type, see SymbolDataGridView members.
Name | Description | |
---|---|---|
AdjustColumnHeaderBorderStyle | Adjusts 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) | |
AreAllCellsSelected | Returns a value indicating whether all the System.Windows.Forms.DataGridView cells are currently selected. (Inherited from System.Windows.Forms.DataGridView) | |
AutoResizeColumn | Overloaded. 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) | |
AutoResizeColumnHeadersHeight | Overloaded. Adjusts the height of the column headers to fit the contents of the largest column header. (Inherited from System.Windows.Forms.DataGridView) | |
AutoResizeColumns | Overloaded. Adjusts the width of all columns to fit the contents of all their cells, including the header cells. (Inherited from System.Windows.Forms.DataGridView) | |
AutoResizeRow | Overloaded. 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) | |
AutoResizeRowHeadersWidth | Overloaded. Adjusts the width of the row headers using the specified size mode. (Inherited from System.Windows.Forms.DataGridView) | |
AutoResizeRows | Overloaded. Adjusts the heights of all rows to fit the contents of all their cells, including the header cells. (Inherited from System.Windows.Forms.DataGridView) | |
BeginEdit | Puts the current cell in edit mode. (Inherited from System.Windows.Forms.DataGridView) | |
BeginInvoke | Overloaded. Executes the specified delegate asynchronously on the thread that the control's underlying handle was created on. (Inherited from System.Windows.Forms.Control) | |
BringToFront | Brings the control to the front of the z-order. (Inherited from System.Windows.Forms.Control) | |
CancelEdit | Cancels edit mode for the currently selected cell and discards any changes. (Inherited from System.Windows.Forms.DataGridView) | |
ClearSelection | Overloaded. Clears the current selection by unselecting all selected cells. (Inherited from System.Windows.Forms.DataGridView) | |
CommitEdit | (Inherited from System.Windows.Forms.DataGridView) | |
Contains | Retrieves a value indicating whether the specified control is a child of the control. (Inherited from System.Windows.Forms.Control) | |
CreateControl | Forces the creation of the visible control, including the creation of the handle and any visible child controls. (Inherited from System.Windows.Forms.Control) | |
CreateGraphics | Creates the System.Drawing.Graphics for the control. (Inherited from System.Windows.Forms.Control) | |
CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject) | |
DisplayedColumnCount | Returns the number of columns displayed to the user. (Inherited from System.Windows.Forms.DataGridView) | |
DisplayedRowCount | Returns the number of rows displayed to the user. (Inherited from System.Windows.Forms.DataGridView) | |
Dispose | Overloaded. (Inherited from System.Windows.Forms.DataGridView) | |
DoDragDrop | Begins a drag-and-drop operation. (Inherited from System.Windows.Forms.Control) | |
DrawToBitmap | Supports rendering to the specified bitmap. (Inherited from System.Windows.Forms.Control) | |
EndEdit | Overloaded. Commits and ends the edit operation on the current cell using the default error context. (Inherited from System.Windows.Forms.DataGridView) | |
EndInvoke | Retrieves the return value of the asynchronous operation represented by the System.IAsyncResult passed. (Inherited from System.Windows.Forms.Control) | |
FindForm | Retrieves the form that the control is on. (Inherited from System.Windows.Forms.Control) | |
Focus | Sets input focus to the control. (Inherited from System.Windows.Forms.Control) | |
GetCellCount | Gets the number of cells that satisfy the provided filter. (Inherited from System.Windows.Forms.DataGridView) | |
GetCellDisplayRectangle | Returns the rectangle that represents the display area for a cell. (Inherited from System.Windows.Forms.DataGridView) | |
GetChildAtPoint | Overloaded. 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) | |
GetClipboardContent | Retrieves 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) | |
GetColumnDisplayRectangle | Returns the rectangle that represents the display area for a column, as determined by the column index. (Inherited from System.Windows.Forms.DataGridView) | |
GetContainerControl | Returns the next System.Windows.Forms.ContainerControl up the control's chain of parent controls. (Inherited from System.Windows.Forms.Control) | |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
GetNextControl | Retrieves the next control forward or back in the tab order of child controls. (Inherited from System.Windows.Forms.Control) | |
GetPreferredSize | Retrieves the size of a rectangular area into which a control can be fitted. (Inherited from System.Windows.Forms.Control) | |
GetRowDisplayRectangle | Returns the rectangle that represents the display area for a row, as determined by the row index. (Inherited from System.Windows.Forms.DataGridView) | |
Hide | Conceals the control from the user. (Inherited from System.Windows.Forms.Control) | |
HitTest | Returns location information, such as row and column indices, given x- and y-coordinates. (Inherited from System.Windows.Forms.DataGridView) | |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
Invalidate | Overloaded. 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) | |
InvalidateCell | Overloaded. Invalidates the specified cell of the System.Windows.Forms.DataGridView, forcing it to be repainted. (Inherited from System.Windows.Forms.DataGridView) | |
InvalidateColumn | Invalidates the specified column of the System.Windows.Forms.DataGridView, forcing it to be repainted. (Inherited from System.Windows.Forms.DataGridView) | |
InvalidateRow | Invalidates the specified row of the System.Windows.Forms.DataGridView, forcing it to be repainted. (Inherited from System.Windows.Forms.DataGridView) | |
Invoke | Overloaded. Executes the specified delegate on the thread that owns the control's underlying window handle. (Inherited from System.Windows.Forms.Control) | |
NotifyCurrentCellDirty | Notifies the System.Windows.Forms.DataGridView that the current cell has uncommitted changes. (Inherited from System.Windows.Forms.DataGridView) | |
PerformLayout | Overloaded. Forces the control to apply layout logic to all its child controls. (Inherited from System.Windows.Forms.Control) | |
PointToClient | Computes the location of the specified screen point into client coordinates. (Inherited from System.Windows.Forms.Control) | |
PointToScreen | Computes the location of the specified client point into screen coordinates. (Inherited from System.Windows.Forms.Control) | |
PreProcessControlMessage | Preprocesses keyboard or input messages within the message loop before they are dispatched. (Inherited from System.Windows.Forms.Control) | |
PreProcessMessage | Preprocesses keyboard or input messages within the message loop before they are dispatched. (Inherited from System.Windows.Forms.Control) | |
RectangleToClient | Computes the size and location of the specified screen rectangle in client coordinates. (Inherited from System.Windows.Forms.Control) | |
RectangleToScreen | Computes the size and location of the specified client rectangle in screen coordinates. (Inherited from System.Windows.Forms.Control) | |
Refresh | Forces the control to invalidate its client area and immediately redraw itself and any child controls. (Inherited from System.Windows.Forms.Control) | |
RefreshEdit | Refreshes 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) | |
ResumeLayout | Overloaded. Resumes usual layout logic. (Inherited from System.Windows.Forms.Control) | |
Scale | (Inherited from System.Windows.Forms.Control) | |
Select | Overloaded. Activates the control. (Inherited from System.Windows.Forms.Control) | |
SelectAll | Selects all the cells in the System.Windows.Forms.DataGridView. (Inherited from System.Windows.Forms.DataGridView) | |
SelectNextControl | Activates the next control. (Inherited from System.Windows.Forms.Control) | |
SendToBack | Sends the control to the back of the z-order. (Inherited from System.Windows.Forms.Control) | |
SetBounds | Overloaded. Sets the bounds of the control to the specified location and size. (Inherited from System.Windows.Forms.Control) | |
Show | Displays the control to the user. (Inherited from System.Windows.Forms.Control) | |
Sort | Overloaded. 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) | |
SuspendLayout | Temporarily suspends the layout logic for the control. (Inherited from System.Windows.Forms.Control) | |
ToString | (Inherited from System.ComponentModel.Component) | |
Update | Causes the control to redraw the invalidated regions within its client area. (Inherited from System.Windows.Forms.Control) | |
UpdateCellErrorText | Forces the cell at the specified location to update its error text. (Inherited from System.Windows.Forms.DataGridView) | |
UpdateCellValue | Forces 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) | |
UpdateRowErrorText | Overloaded. Forces the row at the given row index to update its error text. (Inherited from System.Windows.Forms.DataGridView) | |
UpdateRowHeightInfo | Forces the specified row or rows to update their height information. (Inherited from System.Windows.Forms.DataGridView) |