XlsChartShape
CodeName Property
 | 
Gets code name of the chart.
Namespace:
Spire.Xls.Core.Spreadsheet.Shapes
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
public string CodeName { get; }
 
Public ReadOnly Property CodeName As String
	Get
 
public:
property String^ CodeName {
	String^ get ();
}
 
member CodeName : string with get
 
 
 
Property Value
Type:
String
 
See Also