Spread for ASP.NET 8.0 Product Documentation
RetainSelectionBlock Property
Example 


Gets or sets whether the selected range of cells remains highlighted when the component loses the focus.
Syntax
'Declaration
 
Public Property RetainSelectionBlock As Boolean
'Usage
 
Dim instance As FpSpread
Dim value As Boolean
 
instance.RetainSelectionBlock = value
 
value = instance.RetainSelectionBlock
public bool RetainSelectionBlock {get; set;}
Example
This example sets the RetainSelectionBlock property.
FpSpread1.RetainSelectionBlock = true;
FpSpread1.RetainSelectionBlock = True
Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

FpSpread Class
FpSpread Members

 

 


Copyright © GrapeCity, inc. All rights reserved.