CellRange
WorksheetName Property
|
Gets worksheet name.
Namespace:
Spire.Presentation.Charts
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public string WorksheetName { get; }
Public ReadOnly Property WorksheetName As String
Get
public:
property String^ WorksheetName {
String^ get ();
}
member WorksheetName : string with get
Property Value
Type:
String
See Also