Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / HiddenAndEmptyCellSettings Class / IsTabStop Property


In This Topic
    IsTabStop Property (HiddenAndEmptyCellSettings)
    In This Topic
    Syntax
    'Declaration
     
    <BindableAttribute(True)>
    <CategoryAttribute("Behavior")>
    Public Property IsTabStop As Boolean
    'Usage
     
    Dim instance As HiddenAndEmptyCellSettings
    Dim value As Boolean
     
    instance.IsTabStop = value
     
    value = instance.IsTabStop
    [Bindable(true)]
    [Category("Behavior")]
    public bool IsTabStop {get; set;}
    See Also