DataGridViewColumnCollection.GetNextColumn Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the first column after the given column in display order that meets the given filter requirements.
public:
System::Windows::Forms::DataGridViewColumn ^ GetNextColumn(System::Windows::Forms::DataGridViewColumn ^ dataGridViewColumnStart, System::Windows::Forms::DataGridViewElementStates includeFilter, System::Windows::Forms::DataGridViewElementStates excludeFilter);
public System.Windows.Forms.DataGridViewColumn GetNextColumn(System.Windows.Forms.DataGridViewColumn dataGridViewColumnStart, System.Windows.Forms.DataGridViewElementStates includeFilter, System.Windows.Forms.DataGridViewElementStates excludeFilter);
public System.Windows.Forms.DataGridViewColumn? GetNextColumn(System.Windows.Forms.DataGridViewColumn dataGridViewColumnStart, System.Windows.Forms.DataGridViewElementStates includeFilter, System.Windows.Forms.DataGridViewElementStates excludeFilter);
member this.GetNextColumn : System.Windows.Forms.DataGridViewColumn * System.Windows.Forms.DataGridViewElementStates * System.Windows.Forms.DataGridViewElementStates -> System.Windows.Forms.DataGridViewColumn
Public Function GetNextColumn (dataGridViewColumnStart As DataGridViewColumn, includeFilter As DataGridViewElementStates, excludeFilter As DataGridViewElementStates) As DataGridViewColumn
- dataGridViewColumnStart
- DataGridViewColumn
The column from which to start searching for the next column.
- includeFilter
- DataGridViewElementStates
A bitwise combination of the DataGridViewElementStates values that represent the filter to apply for inclusion.
- excludeFilter
- DataGridViewElementStates
A bitwise combination of the DataGridViewElementStates values that represent the filter to apply for exclusion.
The next column that meets the given filter requirements, or null
if no column is found.
dataGridViewColumnStart
is null
.
At least one of the filter values is not a valid bitwise combination of DataGridViewElementStates values.
The next column in display order is the column with the lowest DisplayIndex value higher than the DisplayIndex value of the specified column, regardless of whether the column is actually visible on the screen.
This method lets you determine the next column after the current column that fits the given criteria without having to compare index values directly.
Product | Versions |
---|---|
.NET Framework | 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9, 10 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: