Spread Silverlight Documentation
DisplayName Property (ExcelTable)


GrapeCity.Excel Namespace > ExcelTable Class : DisplayName Property
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 System.String
'Usage
 
Dim instance As ExcelTable
Dim value As System.String
 
instance.DisplayName = value
 
value = instance.DisplayName
public System.string DisplayName {get; set;}
See Also

Reference

ExcelTable Class
ExcelTable Members