IWorkbook
CodeName Property
|
Name which is used by macros to access the workbook items.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
string CodeName { get; set; }
Property CodeName As String
Get
Set
property String^ CodeName {
String^ get ();
void set (String^ value);
}
abstract CodeName : string with get, set
Property Value
Type:
String
See Also