Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Cell Class / Focusable Property


In This Topic
    Focusable Property (Cell)
    In This Topic
    Gets or sets a value that indicates whether the user can set focus to the cell using the keyboard or mouse.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(True)>
    Public Property Focusable As Boolean
    'Usage
     
    Dim instance As Cell
    Dim value As Boolean
     
    instance.Focusable = value
     
    value = instance.Focusable
    [DefaultValue(true)]
    public bool Focusable {get; set;}

    Property Value

    true if the user can set focus to the cell; otherwise, false. The default value is true.
    See Also