Spread WPF 17
GrapeCity.Excel Namespace / ExcelTable Class / DisplayName Property


In This Topic
    DisplayName Property (ExcelTable)
    In This Topic
    A string representing the name of the table. This is the name that shall be used in formula references, and displayed in the UI to the end user.
    Syntax
    'Declaration
     
    Public Property DisplayName As String
    'Usage
     
    Dim instance As ExcelTable
    Dim value As String
     
    instance.DisplayName = value
     
    value = instance.DisplayName
    public string DisplayName {get; set;}
    See Also