XlsRange
ExtendedFormatIndex Property
|
Sets / gets index of 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 ushort ExtendedFormatIndex { get; set; }
Public Property ExtendedFormatIndex As UShort
Get
Set
public:
property unsigned short ExtendedFormatIndex {
unsigned short get ();
void set (unsigned short value);
}
member ExtendedFormatIndex : uint16 with get, set
Property Value
Type:
UInt16
Exceptions
Exception
|
Condition
|
ArgumentException
|
When method is applied for the range that contains
more than one cell.
|
See Also