Example
The following example lets the user select both rows and blocks of cells.
C++
// Allow row or block selection
m_Spread.SetSelectBlockOptions(SelectBlockOptionsRows| SelectBlockOptionsBlocks);
Visual Basic
' Allow row or block selection
fpSpread1.SelectBlockOptions = SelectBlockOptionsRows OR SelectBlockOptionsBlocks