XlsWorkbook
ArgumentsSeparator Property
|
Formula arguments separator.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public string ArgumentsSeparator { get; }
Public ReadOnly Property ArgumentsSeparator As String
Get
public:
virtual property String^ ArgumentsSeparator {
String^ get () sealed;
}
abstract ArgumentsSeparator : string with get
override ArgumentsSeparator : string with get
Property Value
Type:
String
Implements
IWorkbook
ArgumentsSeparator
See Also