Click or drag to resize
FdoFeatureDataGridViewSetCurrentCellAddressCore Method

Namespace: FDF.Common.Runtime.Controls
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
protected override bool SetCurrentCellAddressCore(
	int columnIndex,
	int rowIndex,
	bool setAnchorCellAddress,
	bool validateCurrentCell,
	bool throughMouseClick
)

Parameters

columnIndex
Type: SystemInt32
rowIndex
Type: SystemInt32
setAnchorCellAddress
Type: SystemBoolean
validateCurrentCell
Type: SystemBoolean
throughMouseClick
Type: SystemBoolean

Return Value

Type: Boolean
See Also