[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Implements the methods of the DataGridView. [Property] DataGridView=Sets DataGridView. ARG(DataGridView)|20|(empty)|DataGridView [Methods] *doAdjustColumnHeaderBorderStyle=Adjusts the DataGridViewAdvancedBorderStyle for a column header cell of a DataGridView that is currently being painted. ARG(DataGridViewAdvancedBorderStyle dataGridViewAdvancedBorderStyleInput, DataGridViewAdvancedBorderStyle dataGridViewAdvancedBorderStylePlaceholder, bool isFirstDisplayedColumn, bool isLastVisibleColumn)|1|0 *doAreAllCellsSelected=Returns a value indicating whether all the DataGridView cells are currently selected. ARG(bool includeInvisibleCells)|1|0 *doAutoGenerateColumns=Sets a value indicating whether columns are created automatically when the DataSource or DataMember properties are set. ARG(bool)|1|0 *doAutoResizeColumn=Adjusts the width of the specified column to fit the contents of all its cells, including the header cell. ARG(int columnIndex)|1|0 *doAutoResizeColumn2=Adjusts the width of the specified column using the specified size mode. ARG(int columnIndex, DataGridViewAutoSizeColumnMode autoSizeColumnMode)|1|0 *doAutoResizeColumnHeadersHeight=Adjusts the height of the column headers to fit the contents of the largest column header. ARG()|1|0 *doAutoResizeColumnHeadersHeight2=Adjusts the height of the column headers based on changes to the contents of the header in the specified column. ARG(int columnIndex)|1|0 *doAutoResizeColumns=Adjusts the width of all columns to fit the contents of all their cells, including the header cells. ARG()|1|0 *doAutoResizeColumns2=Adjusts the width of all columns using the specified size mode. ARG(DataGridViewAutoSizeColumnsMode autoSizeColumnsMode)|1|0 *doAutoResizeRow=Adjusts the height of the specified row to fit the contents of all its cells including the header cell. ARG(int rowIndex)|1|0 *doAutoResizeRow2=Adjusts the height of the specified row using the specified size mode. ARG(int rowIndex, DataGridViewAutoSizeRowMode autoSizeRowMode)|1|0 *doAutoResizeRowHeadersWidth=Adjusts the width of the row headers using the specified size mode. ARG(DataGridViewRowHeadersWidthSizeMode rowHeadersWidthSizeMode)|1|0 *doAutoResizeRowHeadersWidth2=Adjusts the width of the row headers based on changes to the contents of the header in the specified row and using the specified size mode. ARG(int rowIndex, DataGridViewRowHeadersWidthSizeMode rowHeadersWidthSizeMode)|1|0 *doAutoResizeRows=Adjusts the heights of all rows to fit the contents of all their cells, including the header cells. ARG()|1|0 *doAutoResizeRows2=Adjusts the heights of the rows using the specified size mode value. ARG(DataGridViewAutoSizeRowsMode autoSizeRowsMode)|1|0 *doBeginEdit=Puts the current cell in edit mode. ARG(bool selectAll)|1|0 *doClearSelection=Clears the current selection by unselecting all selected cells. ARG()|1|0 *doColumnCount=Sets the number of columns displayed in the DataGridView. ARG(int)|1|0 *doCommitEdit=Commits changes in the current cell to the data cache without ending edit mode. ARG(DataGridViewDataErrorContexts context)|1|0 *doCurrentCell=Sets the currently active cell. ARG(DataGridViewCell)|1|0 *doDisplayedColumnCount=Returns the number of columns displayed to the user. ARG(bool includePartialColumns)|1|0 *doDisplayedRowCount=Returns the number of rows displayed to the user. ARG(bool includePartialRow)|1|0 *doEndEdit2=Commits and ends the edit operation on the current cell using the specified error context. ARG(DataGridViewDataErrorContexts context)|1|0 *doFirstDisplayedCell=Sets the first cell currently displayed in the DataGridView; typically, this cell is in the upper left corner. ARG(DataGridViewCell)|1|0 *doFirstDisplayedScrollingColumnIndex=Sets the index of the column that is the first column displayed on the DataGridView. ARG(int)|1|0 *doFirstDisplayedScrollingRowIndex=Sets the index of the row that is the first row displayed on the DataGridView. ARG(int)|1|0 *doFont=Sets the font of the text displayed by the DataGridView. ARG(Font)|1|0 *doForeColor=Sets the foreground color of the DataGridView. ARG(Color)|1|0 *doGetCellCount=Gets the number of cells that satisfy the provided filter. ARG(DataGridViewElementStates includeFilter)|1|0 *doGetCellDisplayRectangle=Returns the rectangle that represents the display area for a cell. ARG(int columnIndex, int rowIndex, bool cutOverflow)|1|0 *doGetColumnDisplayRectangle=Returns the rectangle that represents the display area for a column, as determined by the column index. ARG(int columnIndex, bool cutOverflow)|1|0 *doGetRowDisplayRectangle=Returns the rectangle that represents the display area for a row, as determined by the row index. ARG(int rowIndex, bool cutOverflow)|1|0 *doHitTest=Returns location information, such as row and column indices, given x- and y-coordinates. ARG(int x, int y)|1|0 *doHorizontalScrollingOffset=Sets the number of pixels by which the control is scrolled horizontally. ARG(int)|1|0 *doInvalidateCell=Invalidates the specified cell of the DataGridView, forcing it to be repainted. ARG(DataGridViewCell dataGridViewCell)|1|0 *doInvalidateCell2=Invalidates the cell with the specified row and column indexes, forcing it to be repainted. ARG(int columnIndex, int rowIndex)|1|0 *doInvalidateColumn=Invalidates the specified column of the DataGridView, forcing it to be repainted. ARG(int columnIndex)|1|0 *doInvalidateRow=Invalidates the specified row of the DataGridView, forcing it to be repainted. ARG(int rowIndex)|1|0 *doNotifyCurrentCellDirty=Notifies the DataGridView that the current cell has uncommitted changes. ARG(bool dirty)|1|0 *doRowCount=Sets the number of rows displayed in the DataGridView. ARG(int)|1|0 *doSelectAll=Selects all the cells in the DataGridView. ARG()|1|0 *doSort=Sorts the contents of the DataGridView control using an implementation of the IComparer interface. ARG(IComparer comparer)|1|0 *doSort2=Sorts the contents of the DataGridView control in ascending or descending order based on the contents of the specified column. ARG(DataGridViewColumn dataGridViewColumn, ListSortDirection direction)|1|0 *doTopLeftHeaderCell=Sets the header cell located in the upper left corner of the DataGridView control. ARG(DataGridViewHeaderCell)|1|0 *doUpdateCellErrorText=Forces the cell at the specified location to update its error text. ARG(int columnIndex, int rowIndex)|1|0 *doUpdateCellValue=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. ARG(int columnIndex, int rowIndex)|1|0 *doUpdateRowErrorText=Forces the row at the given row index to update its error text. ARG(int rowIndex)|1|0 *doUpdateRowErrorText2=Forces the rows in the given range to update their error text. ARG(int rowIndexStart, int rowIndexEnd)|1|0 *doUpdateRowHeightInfo=Forces the specified row or rows to update their height information. ARG(int rowIndex, bool updateToEnd)|1|0 *onAdjustColumnHeaderBorderStyle=Occurs after invoke the method doAdjustColumnHeaderBorderStyle and returns the result. ARG(DataGridViewAdvancedBorderStyle)|2|0 *onAreAllCellsSelected=Occurs after invoke the method doAreAllCellsSelected and returns the result. ARG(bool)|2|104 *onBeginEdit=Occurs after invoke the method doBeginEdit and returns the result. ARG(bool)|2|104 *onCommitEdit=Occurs after invoke the method doCommitEdit and returns the result. ARG(bool)|2|104 *onDisplayedColumnCount=Occurs after invoke the method doDisplayedColumnCount and returns the result. ARG(int)|2|1 *onDisplayedRowCount=Occurs after invoke the method doDisplayedRowCount and returns the result. ARG(int)|2|1 *onEndEdit=Occurs after invoke the method doEndEdit and returns the result. ARG(bool)|2|104 *onGetCellCount=Occurs after invoke the method doGetCellCount and returns the result. ARG(int)|2|1 *onGetCellDisplayRectangle=Occurs after invoke the method doGetCellDisplayRectangle and returns the result. ARG(Rectangle)|2|0 *onGetColumnDisplayRectangle=Occurs after invoke the method doGetColumnDisplayRectangle and returns the result. ARG(Rectangle)|2|0 *onGetRowDisplayRectangle=Occurs after invoke the method doGetRowDisplayRectangle and returns the result. ARG(Rectangle)|2|0 *onHitTest=Occurs after invoke the method doHitTest and returns the result. ARG(DataGridView.HitTestInfo)|2|0 *.AutoSizeColumnsMode=Returns a value indicating how column widths are determined. ARG(DataGridViewAutoSizeColumnsMode)|3|0 *.AutoSizeRowsMode=Returns a value indicating how row heights are determined. ARG(DataGridViewAutoSizeRowsMode)|3|0 *.RowHeadersWidthSizeMode=Returns a value indicating whether the width of the row headers is adjustable and whether it can be adjusted by the user or is automatically adjusted to fit the contents of the headers. ARG(DataGridViewRowHeadersWidthSizeMode)|3|0 *AdjustedTopLeftHeaderBorderStyle=Returns the border style for the upper-left cell in the DataGridView. ARG(DataGridViewAdvancedBorderStyle)|3|0 *AdvancedCellBorderStyle=Returns the border style of the cells in the DataGridView. ARG(DataGridViewAdvancedBorderStyle)|3|0 *AdvancedColumnHeadersBorderStyle=Returns the border style of the column header cells in the DataGridView. ARG(DataGridViewAdvancedBorderStyle)|3|0 *AdvancedRowHeadersBorderStyle=Returns the border style of the row header cells in the DataGridView. ARG(DataGridViewAdvancedBorderStyle)|3|0 *AllowUserToAddRows=Returns a value indicating whether the option to add rows is displayed to the user. ARG(bool)|3|104 *AllowUserToDeleteRows=Returns a value indicating whether the user is allowed to delete rows from the DataGridView. ARG(bool)|3|104 *AllowUserToOrderColumns=Returns a value indicating whether manual column repositioning is enabled. ARG(bool)|3|104 *AllowUserToResizeColumns=Returns a value indicating whether users can resize columns. ARG(bool)|3|104 *AllowUserToResizeRows=Returns a value indicating whether users can resize rows. ARG(bool)|3|104 *AlternatingRowsDefaultCellStyle=Returns the default cell style applied to odd-numbered rows of the DataGridView. ARG(DataGridViewCellStyle)|3|0 *AutoGenerateColumns=Returns a value indicating whether columns are created automatically when the DataSource or DataMember properties are set. ARG(bool)|3|104 *BackgroundColor=Returns the background color of the DataGridView. ARG(Color)|3|8 *BorderStyle=Returns the border style for the DataGridView. ARG(BorderStyle)|3|0 *CancelEdit=Cancels edit mode for the currently selected cell and discards any changes. ARG(bool)|3|104 *CellBorderStyle=Returns the cell border style for the DataGridView. ARG(DataGridViewCellBorderStyle)|3|0 *ClipboardCopyMode=Returns a value that indicates whether users can copy cell text values to the Clipboard and whether row and column header text is included. ARG(DataGridViewClipboardCopyMode)|3|0 *ColumnCount=Returns the number of columns displayed in the DataGridView. ARG(int)|3|1 *ColumnHeadersBorderStyle=Returns the border style applied to the column headers. ARG(DataGridViewHeaderBorderStyle)|3|0 *ColumnHeadersDefaultCellStyle=Returns the default column header style. ARG(DataGridViewCellStyle)|3|0 *ColumnHeadersHeight=Returns the height, in pixels, of the column headers row ARG(int)|3|1 *ColumnHeadersHeightSizeMode=Returns a value indicating whether the height of the column headers is adjustable and whether it can be adjusted by the user or is automatically adjusted to fit the contents of the headers. ARG(DataGridViewColumnHeadersHeightSizeMode)|3|0 *ColumnHeadersVisible=Returns a value indicating whether the column header row is displayed. ARG(bool)|3|104 *Columns=Returns a collection that contains all the columns in the control. ARG(DataGridViewColumnCollection)|3|0 *CurrentCell=Returns the currently active cell. ARG(DataGridViewCell)|3|0 *CurrentCellAddress=Returns the row and column indexes of the currently active cell. ARG(Point)|3|0 *CurrentRow=Returns the row containing the current cell. ARG(DataGridViewRow)|3|0 *DataMember=Returns the name of the list or table in the data source for which the DataGridView is displaying data. ARG(string)|3|2 *DataSource=Returns the data source that the DataGridView is displaying data for. ARG(Object)|3|0 *DefaultCellStyle=Returns the default cell style to be applied to the cells in the DataGridView if no other cell style properties are set. ARG(DataGridViewCellStyle)|3|0 *DisplayRectangle=Returns the rectangle that represents the display area of the control. ARG(Rectangle)|3|0 *EditingControl=Returns the control hosted by the current cell, if a cell with an editing control is in edit mode. ARG(Control)|3|0 *EditingPanel=Returns the panel that contains the EditingControl. ARG(Panel)|3|0 *EditMode=Returns a value indicating how to begin editing a cell. ARG(DataGridViewEditMode)|3|0 *EnableHeadersVisualStyles=Returns a value indicating whether row and column headers use the visual styles of the user's current theme if visual styles are enabled for the application. ARG(bool)|3|104 *EndEdit=Commits and ends the edit operation on the current cell using the default error context. ARG(bool)|3|104 *FirstDisplayedCell=Returns the first cell currently displayed in the DataGridView; typically, this cell is in the upper left corner. ARG(DataGridViewCell)|3|0 *FirstDisplayedScrollingColumnHiddenWidth=Returns the width of the portion of the column that is currently scrolled out of view. ARG(int)|3|1 *FirstDisplayedScrollingColumnIndex=Returns the index of the column that is the first column displayed on the DataGridView. ARG(int)|3|1 *FirstDisplayedScrollingRowIndex=Returns the index of the row that is the first row displayed on the DataGridView. ARG(int)|3|1 *Font=Returns the font of the text displayed by the DataGridView. ARG(Font)|3|0 *ForeColor=Returns the foreground color of the DataGridView. ARG(Color)|3|8 *GetClipboardContent=Retrieves the formatted values that represent the contents of the selected cells for copying to the Clipboard. ARG(DataObject)|3|0 *GridColor=Returns the color of the grid lines separating the cells of the DataGridView. ARG(Color)|3|8 *HorizontalScrollingOffset=Returns the number of pixels by which the control is scrolled horizontally. ARG(int)|3|1 *IsCurrentCellDirty=Returns a value indicating whether the current cell has uncommitted changes. ARG(bool)|3|104 *IsCurrentCellInEditMode=Returns a value indicating whether the currently active cell is being edited. ARG(bool)|3|104 *IsCurrentRowDirty=Returns a value indicating whether the current row has uncommitted changes. ARG(bool)|3|104 *MultiSelect=Returns a value indicating whether the user is allowed to select more than one cell, row, or column of the DataGridView at a time. ARG(bool)|3|104 *NewRowIndex=Returns the index of the row for new records. ARG(int)|3|1 *ReadOnly=Returns a value indicating whether the user can edit the cells of the DataGridView control. ARG(bool)|3|104 *RefreshEdit=Refreshes the value of the current cell with the underlying cell value when the cell is in edit mode, discarding any previous value. ARG(bool)|3|104 *RowCount=Returns the number of rows displayed in the DataGridView. ARG(int)|3|1 *RowHeadersBorderStyle=Returns the border style of the row header cells. ARG(DataGridViewHeaderBorderStyle)|3|0 *RowHeadersDefaultCellStyle=Returns the default style applied to the row header cells. ARG(DataGridViewCellStyle)|3|0 *RowHeadersVisible=Returns a value indicating whether the column that contains row headers is displayed. ARG(bool)|3|104 *RowHeadersWidth=Returns the width, in pixels, of the column that contains the row headers. ARG(int)|3|1 *Rows=Returns a collection that contains all the rows in the DataGridView control. ARG(DataGridViewRowCollection)|3|0 *RowsDefaultCellStyle=Returns the default style applied to the row cells of the DataGridView. ARG(DataGridViewCellStyle)|3|0 *RowTemplate=Returns the row that represents the template for all the rows in the control. ARG(DataGridViewRow)|3|0 *ScrollBars=Returns the type of scroll bars to display for the DataGridView control. ARG(ScrollBars)|3|0 *SelectedCells=Returns the collection of cells selected by the user. ARG(DataGridViewSelectedCellCollection)|3|0 *SelectedColumns=Returns the collection of columns selected by the user. ARG(DataGridViewSelectedColumnCollection)|3|0 *SelectedRows=Returns the collection of rows selected by the user. ARG(DataGridViewSelectedRowCollection)|3|0 *SelectionMode=Returns a value indicating how the cells of the DataGridView can be selected. ARG(DataGridViewSelectionMode)|3|0 *ShowCellErrors=Returns a value indicating whether to show cell errors. ARG(bool)|3|104 *ShowCellToolTips=Returns a value indicating whether or not ToolTips will show when the mouse pointer pauses on a cell. ARG(bool)|3|104 *ShowEditingIcon=Returns a value indicating whether or not the editing glyph is visible in the row header of the cell being edited. ARG(bool)|3|104 *ShowRowErrors=Returns a value indicating whether row headers will display error glyphs for each row that contains a data entry error. ARG(bool)|3|104 *SortedColumn=Returns the column by which the DataGridView contents are currently sorted. ARG(DataGridViewColumn)|3|0 *SortOrder=Returns a value indicating whether the items in the DataGridView control are sorted in ascending or descending order, or are not sorted. ARG(SortOrder)|3|0 *StandardTab=Returns a value indicating whether the TAB key moves the focus to the next control in the tab order rather than moving focus to the next cell in the control. ARG(bool)|3|104 *TopLeftHeaderCell=Returns the header cell located in the upper left corner of the DataGridView control. ARG(DataGridViewHeaderCell)|3|0 *UserSetCursor=Returns the default or user-specified value of the Cursor property. ARG(Cursor)|3|0 *VerticalScrollingOffset=Returns the number of pixels by which the control is scrolled vertically. ARG(int)|3|1 *VirtualMode=Returns a value indicating whether you have provided your own data-management operations for the DataGridView control. ARG(bool)|3|104 *autoSizeColumnMode=Defines one of the DataGridViewAutoSizeColumnMode values. ARG(DataGridViewAutoSizeColumnMode)|4|0 *autoSizeColumnsMode=Defines one of the DataGridViewAutoSizeColumnsMode values. ARG(DataGridViewAutoSizeColumnsMode)|4|0 *autoSizeRowMode=Defines one of the DataGridViewAutoSizeRowMode values. ARG(DataGridViewAutoSizeRowMode)|4|0 *autoSizeRowsMode=Defines one of the DataGridViewAutoSizeRowsMode values. ARG(DataGridViewAutoSizeRowsMode)|4|0 *columnIndex=Defines the index of the column to resize. ARG(int)|4|1 *comparer=Defines an implementation of IComparer that performs the custom sorting operation. ARG(IComparer)|4|0 *context=Defines a bitwise combination of DataGridViewDataErrorContexts values that specifies the context in which an error can occur. ARG(DataGridViewDataErrorContexts)|4|0 *cutOverflow=Defines true to return the displayed portion of the cell only; false to return the entire cell bounds. ARG(bool)|4|104 *dataGridViewAdvancedBorderStyleInput=Defines a DataGridViewAdvancedBorderStyle that that represents the column header border style to modify. ARG(DataGridViewAdvancedBorderStyle)|4|0 *dataGridViewAdvancedBorderStylePlaceholder=Defines a DataGridViewAdvancedBorderStyle that is used to store intermediate changes to the column header border style. ARG(DataGridViewAdvancedBorderStyle)|4|0 *dataGridViewCell=Defines the DataGridViewCell to invalidate. ARG(DataGridViewCell)|4|0 *dataGridViewColumn=Defines the column by which to sort the contents of the DataGridView. ARG(DataGridViewColumn)|4|0 *direction=Defines one of the ListSortDirection values. ARG(ListSortDirection)|4|0 *dirty=Defines true to indicate the cell has uncommitted changes; otherwise, false. ARG(bool)|4|104 *includeFilter=Defines a bitwise combination of the DataGridViewElementStates values specifying the cells to count. ARG(DataGridViewElementStates)|4|0 *includeInvisibleCells=Defines true to include the rows and columns with Visible property values of false; otherwise, false. ARG(bool)|4|104 *includePartialColumns=Defines true to include partial columns in the displayed column count; otherwise, false. ARG(bool)|4|104 *includePartialRow=Defines true to include partial rows in the displayed row count; otherwise, false. ARG(bool)|4|104 *isFirstDisplayedColumn=Defines true to indicate that the DataGridViewCell that is currently being painted is in the first column displayed on the DataGridView; otherwise, false. ARG(bool)|4|104 *isLastVisibleColumn=Defines true to indicate that the DataGridViewCell that is currently being painted is in the last column in the DataGridView that has the Visible property set to true; otherwise, false. ARG(bool)|4|104 *rowHeadersWidthSizeMode=Defines one of the DataGridViewRowHeadersWidthSizeMode values. ARG(DataGridViewRowHeadersWidthSizeMode)|4|0 *rowIndex=Defines the index of the row to resize. ARG(int)|4|1 *rowIndexEnd=Defines the zero-based index of the last row in the set of rows to update. ARG(int)|4|1 *rowIndexStart=Defines the zero-based index of the first row in the set of rows to update. ARG(int)|4|1 *selectAll=Defines true to select all the cell's contents; false to not select any contents. ARG(bool)|4|104 *updateToEnd=Defines true to update the specified row and all subsequent rows. ARG(bool)|4|104 *x=Defines the x-coordinate. ARG(int)|4|1 *y=Defines the y-coordinate. ARG(int)|4|1