Spread 8.0 Documentation
Example
Support Options

Glossary Item Box

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

Copyright © GrapeCity, inc. All rights reserved.