GrapeCity.Xaml.SpreadSheet.Data
Focusable Property (Row)


Gets or sets whether the user can set focus to the row using the keyboard or mouse.
Syntax
'Declaration
 
<DefaultValueAttribute()>
Public Property Focusable As Boolean
'Usage
 
Dim instance As Row
Dim value As Boolean
 
instance.Focusable = value
 
value = instance.Focusable
[DefaultValue()]
public bool Focusable {get; set;}

Property Value

true if the user can set focus to cells in the row; otherwise, false. The default value is true.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

Row Class
Row Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options