XlsRangesCollection
NumberText Property
|
Returns cell value after number format application. Read-only.
Namespace:
Spire.Xls.Core.Spreadsheet.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public string NumberText { get; }
Public ReadOnly Property NumberText As String
Get
public:
virtual property String^ NumberText {
String^ get () sealed;
}
abstract NumberText : string with get
override NumberText : string with get
Property Value
Type:
String
Implements
IXLSRange
NumberText
See Also