CGXGridCore::SetActiveColumnSearch
void SetActiveColumnSearch(BOOL bSearchInActiveCol = TRUE);
bSearchInActiveCol
Specifies the behavior of find and replace. If set to TRUE, find and replace is limited to the current active column of Grid. If set to FALSE, find and replace works on the whole Grid.
Return Value
None.
Remarks
By default, bSearchInActiveCol is set to FALSE, so all find and replace actions are over the entire Grid.
See Also
CGXGridCore::FindText, CGXGridCore::OnFindNext, CGXGridCore::OnReplaceAll, CGXGridCore::OnTextNotFound, GX_FR_STATE