GuiReferenceSetSearchStartCol

Sets the search starting column in the current Reference View instance.

void GuiReferenceSetSearchStartCol(int col);

Parameters

col An integer representing the 0 based column to use for searching.

Return Value

This function does not return a value.

Example

GuiReferenceSetSearchStartCol(1);