Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Core Namespace / DocumentProperty Class / Name Property


In This Topic
    Name Property (DocumentProperty)
    In This Topic
    Gets or sets the custom name associated with the custom document property.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Name As String
    'Usage
     
    
    Dim instance As DocumentProperty
    Dim value As String
     
    value = instance.Name
    public string Name {get;}

    Property Value

    A string value represents the custom name.
    See Also