Base Combo Box CellCell State From Column Row States Method
Get the cell state based on the column row states
Definition
Namespace: EWSoftware.ListControls.DataGridViewControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
The combination of the cell and row states
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
protected DataGridViewElementStates CellStateFromColumnRowStates(
DataGridViewElementStates rowState
)VB
Protected Function CellStateFromColumnRowStates (
rowState As DataGridViewElementStates
) As DataGridViewElementStatesC++
protected:
DataGridViewElementStates CellStateFromColumnRowStates(
DataGridViewElementStates rowState
)F#
member CellStateFromColumnRowStates :
rowState : DataGridViewElementStates -> DataGridViewElementStates Parameters
- rowState DataGridViewElementStates
- The row state
Return Value
DataGridViewElementStatesThe combination of the cell and row states