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


In This Topic
    InputScope Property (HiddenAndEmptyCellSettings)
    In This Topic
    Syntax
    'Declaration
     
    Public Property InputScope As InputScope
    'Usage
     
    Dim instance As HiddenAndEmptyCellSettings
    Dim value As InputScope
     
    instance.InputScope = value
     
    value = instance.InputScope
    public InputScope InputScope {get; set;}
    See Also