ChartTextArea
NumberFormatIndex Property
|
Gets index to the number format. Read-only.
Namespace:
Spire.Xls.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public int NumberFormatIndex { get; }
Public ReadOnly Property NumberFormatIndex As Integer
Get
public:
property int NumberFormatIndex {
int get ();
}
member NumberFormatIndex : int with get
Property Value
Type:
Int32
See Also