| FarPoint.Win.SpreadJ アセンブリ > FarPoint.Win.Spread.DrawingSpace 名前空間 : SymbolDataGridView クラス |
このクラスのメンバの一覧は、SymbolDataGridViewメンバを参照してください。
| 名前 | 説明 | |
|---|---|---|
![]() | AdjustColumnHeaderBorderStyle | Adjusts the System.Windows.Forms.DataGridViewAdvancedBorderStyle for a column header cell of a System.Windows.Forms.DataGridView that is currently being painted. System.Windows.Forms.DataGridViewから継承されます。 |
![]() | AreAllCellsSelected | Returns a value indicating whether all the System.Windows.Forms.DataGridView cells are currently selected. System.Windows.Forms.DataGridViewから継承されます。 |
![]() | AutoResizeColumn | オーバーロードされます。 Adjusts the width of the specified column to fit the contents of all its cells, including the header cell. System.Windows.Forms.DataGridViewから継承されます。 |
![]() | AutoResizeColumnHeadersHeight | オーバーロードされます。 Adjusts the height of the column headers to fit the contents of the largest column header. System.Windows.Forms.DataGridViewから継承されます。 |
![]() | AutoResizeColumns | オーバーロードされます。 Adjusts the width of all columns to fit the contents of all their cells, including the header cells. System.Windows.Forms.DataGridViewから継承されます。 |
![]() | AutoResizeRow | オーバーロードされます。 Adjusts the height of the specified row to fit the contents of all its cells including the header cell. System.Windows.Forms.DataGridViewから継承されます。 |
![]() | AutoResizeRowHeadersWidth | オーバーロードされます。 Adjusts the width of the row headers using the specified size mode. System.Windows.Forms.DataGridViewから継承されます。 |
![]() | AutoResizeRows | オーバーロードされます。 Adjusts the heights of all rows to fit the contents of all their cells, including the header cells. System.Windows.Forms.DataGridViewから継承されます。 |
![]() | BeginEdit | Puts the current cell in edit mode. System.Windows.Forms.DataGridViewから継承されます。 |
![]() | BeginInvoke | オーバーロードされます。 Executes the specified delegate asynchronously on the thread that the control's underlying handle was created on. System.Windows.Forms.Controlから継承されます。 |
![]() | BringToFront | Brings the control to the front of the z-order. System.Windows.Forms.Controlから継承されます。 |
![]() | CancelEdit | Cancels edit mode for the currently selected cell and discards any changes. System.Windows.Forms.DataGridViewから継承されます。 |
![]() | ClearSelection | オーバーロードされます。 Clears the current selection by unselecting all selected cells. System.Windows.Forms.DataGridViewから継承されます。 |
![]() | CommitEdit | System.Windows.Forms.DataGridViewから継承されます。 |
![]() | Contains | Retrieves a value indicating whether the specified control is a child of the control. System.Windows.Forms.Controlから継承されます。 |
![]() | CreateControl | Forces the creation of the visible control, including the creation of the handle and any visible child controls. System.Windows.Forms.Controlから継承されます。 |
![]() | CreateGraphics | Creates the System.Drawing.Graphics for the control. 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. System.MarshalByRefObjectから継承されます。 |
![]() | DisplayedColumnCount | Returns the number of columns displayed to the user. System.Windows.Forms.DataGridViewから継承されます。 |
![]() | DisplayedRowCount | Returns the number of rows displayed to the user. System.Windows.Forms.DataGridViewから継承されます。 |
![]() | Dispose | オーバーロードされます。 Releases the unmanaged resources used by the System.Windows.Forms.Control and its child controls and optionally releases the managed resources. System.Windows.Forms.DataGridViewから継承されます。 |
![]() | DoDragDrop | Begins a drag-and-drop operation. System.Windows.Forms.Controlから継承されます。 |
![]() | DrawToBitmap | Supports rendering to the specified bitmap. System.Windows.Forms.Controlから継承されます。 |
![]() | EndEdit | オーバーロードされます。 Commits and ends the edit operation on the current cell using the default error context. System.Windows.Forms.DataGridViewから継承されます。 |
![]() | EndInvoke | Retrieves the return value of the asynchronous operation represented by the System.IAsyncResult passed. System.Windows.Forms.Controlから継承されます。 |
![]() | FindForm | Retrieves the form that the control is on. System.Windows.Forms.Controlから継承されます。 |
![]() | Focus | Sets input focus to the control. System.Windows.Forms.Controlから継承されます。 |
![]() | GetCellCount | Gets the number of cells that satisfy the provided filter. System.Windows.Forms.DataGridViewから継承されます。 |
![]() | GetCellDisplayRectangle | Returns the rectangle that represents the display area for a cell. System.Windows.Forms.DataGridViewから継承されます。 |
![]() | GetChildAtPoint | オーバーロードされます。 Retrieves the child control that is located at the specified coordinates, specifying whether to ignore child controls of a certain type. 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. System.Windows.Forms.DataGridViewから継承されます。 |
![]() | GetColumnDisplayRectangle | Returns the rectangle that represents the display area for a column, as determined by the column index. System.Windows.Forms.DataGridViewから継承されます。 |
![]() | GetContainerControl | Returns the next System.Windows.Forms.ContainerControl up the control's chain of parent controls. System.Windows.Forms.Controlから継承されます。 |
![]() | GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. System.MarshalByRefObjectから継承されます。 |
![]() | GetNextControl | Retrieves the next control forward or back in the tab order of child controls. System.Windows.Forms.Controlから継承されます。 |
![]() | GetPreferredSize | Retrieves the size of a rectangular area into which a control can be fitted. System.Windows.Forms.Controlから継承されます。 |
![]() | GetRowDisplayRectangle | Returns the rectangle that represents the display area for a row, as determined by the row index. System.Windows.Forms.DataGridViewから継承されます。 |
![]() | Hide | Conceals the control from the user. System.Windows.Forms.Controlから継承されます。 |
![]() | HitTest | Returns location information, such as row and column indices, given x- and y-coordinates. System.Windows.Forms.DataGridViewから継承されます。 |
![]() | InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. System.MarshalByRefObjectから継承されます。 |
![]() | Invalidate | オーバーロードされます。 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. System.Windows.Forms.Controlから継承されます。 |
![]() | InvalidateCell | オーバーロードされます。 Invalidates the specified cell of the System.Windows.Forms.DataGridView, forcing it to be repainted. System.Windows.Forms.DataGridViewから継承されます。 |
![]() | InvalidateColumn | Invalidates the specified column of the System.Windows.Forms.DataGridView, forcing it to be repainted. System.Windows.Forms.DataGridViewから継承されます。 |
![]() | InvalidateRow | Invalidates the specified row of the System.Windows.Forms.DataGridView, forcing it to be repainted. System.Windows.Forms.DataGridViewから継承されます。 |
![]() | Invoke | オーバーロードされます。 Executes the specified delegate on the thread that owns the control's underlying window handle. System.Windows.Forms.Controlから継承されます。 |
![]() | LogicalToDeviceUnits | System.Windows.Forms.Controlから継承されます。 |
![]() | NotifyCurrentCellDirty | Notifies the System.Windows.Forms.DataGridView that the current cell has uncommitted changes. System.Windows.Forms.DataGridViewから継承されます。 |
![]() | PerformLayout | オーバーロードされます。 Forces the control to apply layout logic to all its child controls. System.Windows.Forms.Controlから継承されます。 |
![]() | PointToClient | Computes the location of the specified screen point into client coordinates. System.Windows.Forms.Controlから継承されます。 |
![]() | PointToScreen | Computes the location of the specified client point into screen coordinates. System.Windows.Forms.Controlから継承されます。 |
![]() | PreProcessControlMessage | Preprocesses keyboard or input messages within the message loop before they are dispatched. System.Windows.Forms.Controlから継承されます。 |
![]() | PreProcessMessage | Preprocesses keyboard or input messages within the message loop before they are dispatched. System.Windows.Forms.Controlから継承されます。 |
![]() | RectangleToClient | Computes the size and location of the specified screen rectangle in client coordinates. System.Windows.Forms.Controlから継承されます。 |
![]() | RectangleToScreen | Computes the size and location of the specified client rectangle in screen coordinates. System.Windows.Forms.Controlから継承されます。 |
![]() | Refresh | Forces the control to invalidate its client area and immediately redraw itself and any child controls. 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. System.Windows.Forms.DataGridViewから継承されます。 |
![]() | ResumeLayout | オーバーロードされます。 Resumes usual layout logic. System.Windows.Forms.Controlから継承されます。 |
![]() | Scale | System.Windows.Forms.Controlから継承されます。 |
![]() | ScaleBitmapLogicalToDevice | System.Windows.Forms.Controlから継承されます。 |
![]() | Select | オーバーロードされます。 Activates the control. System.Windows.Forms.Controlから継承されます。 |
![]() | SelectAll | Selects all the cells in the System.Windows.Forms.DataGridView. System.Windows.Forms.DataGridViewから継承されます。 |
![]() | SelectNextControl | Activates the next control. System.Windows.Forms.Controlから継承されます。 |
![]() | SendToBack | Sends the control to the back of the z-order. System.Windows.Forms.Controlから継承されます。 |
![]() | SetBounds | オーバーロードされます。 Sets the bounds of the control to the specified location and size. System.Windows.Forms.Controlから継承されます。 |
![]() | Show | Displays the control to the user. System.Windows.Forms.Controlから継承されます。 |
![]() | Sort | オーバーロードされます。 Sorts the contents of the System.Windows.Forms.DataGridView control in ascending or descending order based on the contents of the specified column. System.Windows.Forms.DataGridViewから継承されます。 |
![]() | SuspendLayout | Temporarily suspends the layout logic for the control. System.Windows.Forms.Controlから継承されます。 |
![]() | ToString | System.ComponentModel.Componentから継承されます。 |
![]() | Update | Causes the control to redraw the invalidated regions within its client area. System.Windows.Forms.Controlから継承されます。 |
![]() | UpdateCellErrorText | Forces the cell at the specified location to update its error text. 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. System.Windows.Forms.DataGridViewから継承されます。 |
![]() | UpdateRowErrorText | オーバーロードされます。 Forces the row at the given row index to update its error text. System.Windows.Forms.DataGridViewから継承されます。 |
![]() | UpdateRowHeightInfo | Forces the specified row or rows to update their height information. System.Windows.Forms.DataGridViewから継承されます。 |