TextSaveOptions
Separator Property
|
Gets or sets the separator. Default is ",".
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public string Separator { get; set; }
Public Property Separator As String
Get
Set
public:
property String^ Separator {
String^ get ();
void set (String^ value);
}
member Separator : string with get, set
Property Value
Type:
String
See Also