OverheadSheetInfo.Name Property

Gets the internal language neutral name of the sheet.
Public ReadOnly Property Name() As String
This language is not supported or no code example is available.
public string Name {get;}
This language is not supported or no code example is available.

Property Value

string
Remarks
 

The internal name is a name which is not UI-language sensitive, unlike SpreadsheetGear.IWorksheet.Name.

This is the mnemonic which refers to the sheet in the fields manager. For built-in sheets, this is a fixed name.

For user sheets, template sheets and cash-data sheets there are no specific internal names because their name cannot be localized so the property returns SpreadsheetGear.IWorksheet.Name for such sheets.

Version
 
Available since QDV 7.13.0001.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition