AddtionalFormatWrapper
ExtendedFormatIndex Property
|
Gets the index of the extended format.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public int ExtendedFormatIndex { get; }
Public ReadOnly Property ExtendedFormatIndex As Integer
Get
public:
virtual property int ExtendedFormatIndex {
int get () sealed;
}
abstract ExtendedFormatIndex : int with get
override ExtendedFormatIndex : int with get
Property Value
Type:
Int32
Implements
IExtendIndex
ExtendedFormatIndex
See Also