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 UnicodePath { get; set; }
Public Property UnicodePath As String
	Get
	Set
public:
property String^ UnicodePath {
	String^ get ();
	void set (String^ value);
}
member UnicodePath : string with get, set

Property Value

String

See Also