Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / GcSpreadSheet Class / Names Property


In This Topic
    Names Property (GcSpreadSheet)
    In This Topic
    Gets a Names collection that represents all the names in the specified workbook (including all worksheet-specific names).
    Syntax
    'Declaration
     
    <CategoryAttribute("Workbook")>
    Public ReadOnly Property Names As NameInfoCollection
    'Usage
     
    Dim instance As GcSpreadSheet
    Dim value As NameInfoCollection
     
    value = instance.Names
    [Category("Workbook")]
    public NameInfoCollection Names {get;}

    Property Value

    The Names collection that represents all the names in the specified workbook.
    See Also