XlsWorksheet
QuotedName Property
|
Returns quoted name of the worksheet.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public string QuotedName { get; }
Public ReadOnly Property QuotedName As String
Get
public:
property String^ QuotedName {
String^ get ();
}
member QuotedName : string with get
Property Value
Type:
String
See Also