Click or drag to resize

HTMLOptions GetText Enumeration

Represents the type 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 enum GetText
Members
Member name Value Description
NumberText 0 Represents a text that is related to a number.
Value 1 Represents a text that is related to a value.
See Also