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 Nullable<bool> IsStringsPreserved { get; set; }
Public Property IsStringsPreserved As Nullable(Of Boolean)
	Get
	Set
public:
virtual property Nullable<bool> IsStringsPreserved {
	Nullable<bool> get () sealed;
	void set (Nullable<bool> value) sealed;
}
abstract IsStringsPreserved : Nullable<bool> with get, set
override IsStringsPreserved : Nullable<bool> with get, set

Property Value

Nullable<(Of <(<'Boolean>)>)>

Implements

IXLSRange..::..IsStringsPreserved

See Also