SelectionFunc

Specifies the type of a selection function used to check whether a cell has to be selected or not.

alias SelectionFunc = bool delegate

Return Value

true if cell has to be selected; false if otherwise.