Spread Windows Forms 12.0 Product Documentation
RowSplitBoxPolicy Property (SpreadView)
Example 


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SpreadView Class : RowSplitBoxPolicy Property
Gets or sets when to display the row split box in the view.
Syntax
'Declaration
 
Public Property RowSplitBoxPolicy As SplitBoxPolicy
'Usage
 
Dim instance As SpreadView
Dim value As SplitBoxPolicy
 
instance.RowSplitBoxPolicy = value
 
value = instance.RowSplitBoxPolicy
public SplitBoxPolicy RowSplitBoxPolicy {get; set;}

Property Value

SplitBoxPolicy setting that specifies the display of split boxes
Example
This example sets the RowSplitBoxPolicy property.
FarPoint.Win.Spread.SpreadView sv = fpSpread1.GetRootWorkbook();
sv.RowSplitBoxPolicy = FarPoint.Win.Spread.SplitBoxPolicy.Never;
Dim sv As FarPoint.Win.Spread.SpreadView = FpSpread1.GetRootWorkbook
sv.RowSplitBoxPolicy = FarPoint.Win.Spread.SplitBoxPolicy.Never
See Also

Reference

SpreadView Class
SpreadView Members
SplitBoxPolicy Enum

User-Task Documentation

Customizing Split Boxes