Namespace: Spire.Xls.Core.Spreadsheet
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 RowSeparator { get; }
Public ReadOnly Property RowSeparator As String
	Get
public:
virtual property String^ RowSeparator {
	String^ get () sealed;
}
abstract RowSeparator : string with get
override RowSeparator : string with get

Property Value

String

Implements

IWorkbook..::..RowSeparator

See Also