Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / NameInfo Class / Scope Property


In This Topic
    Scope Property
    In This Topic
    Gets the scope of name as local worksheet.
    Syntax
    'Declaration
     
    <BrowsableAttribute(False)>
    Public Property Scope As String
    'Usage
     
    Dim instance As NameInfo
    Dim value As String
     
    instance.Scope = value
     
    value = instance.Scope
    [Browsable(false)]
    public string Scope {get; set;}

    Property Value

    The GrapeCity.Spreadsheet.Worksheet object indicates the scope of name. Returns null if the scope of name is entire workbook.
    See Also