GemBox.Spreadsheet
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    DefinedName Class

    Namespace:
    GemBox.Spreadsheet
    Assembly:
    GemBox.Spreadsheet.dll

    Defined name class describes defined name that is not directly related with one cell range.

    • C#
    • VB.NET
    public sealed class DefinedName
    Public NotInheritable Class DefinedName
    Inheritance:
    System.Object
    DefinedName

    Properties

    Hidden

    Gets or sets a value indicating whether the defined name object is hidden.

    • C#
    • VB.NET
    public bool Hidden { get; set; }
    Public Property Hidden As Boolean
    Property Value
    System.Boolean

    LocalSheetIndex

    Gets or sets the local sheet index of the defined name. If the local sheet index is -1, defined name is global.

    • C#
    • VB.NET
    public int LocalSheetIndex { get; set; }
    Public Property LocalSheetIndex As Integer
    Property Value
    System.Int32

    Name

    Gets or sets the name of the defined name object.

    • C#
    • VB.NET
    public string Name { get; set; }
    Public Property Name As String
    Property Value
    System.String

    Value

    Gets or sets the value of the defined name.

    • C#
    • VB.NET
    public string Value { get; set; }
    Public Property Value As String
    Property Value
    System.String

    Methods

    ToString()

    Returns a System.String that represents this DefinedName instance.

    • C#
    • VB.NET
    public override string ToString()
    Public Overrides Function ToString As String
    Returns
    System.String

    A System.String that represents this DefinedName instance.

    Overrides
    System.Object.ToString()
    Remarks

    This method should be used primarily for debugging purposes and should be considered volatile (format of its return value might change in future versions).

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.