Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public string CodeName { get; set; }
Public Property CodeName As String
	Get
	Set
public:
property String^ CodeName {
	String^ get ();
	void set (String^ value);
}
member CodeName : string with get, set

Property Value

String

See Also