ICombinedRange
WorksheetName Property
|
Gets name of the parent worksheet.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
string WorksheetName { get; }
ReadOnly Property WorksheetName As String
Get
property String^ WorksheetName {
String^ get ();
}
abstract WorksheetName : string with get
Property Value
Type:
String
See Also