HTMLOptions
TextMode Property
|
Gets or sets the input text mode
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public HTMLOptionsGetText TextMode { get; set; }
Public Property TextMode As HTMLOptionsGetText
Get
Set
public:
property HTMLOptionsGetText TextMode {
HTMLOptionsGetText get ();
void set (HTMLOptionsGetText value);
}
member TextMode : HTMLOptionsGetText with get, set
Property Value
Type:
HTMLOptions
GetText
Remarks
Useful to convert sheet data based on either DisplayText or Value
See Also