XlsWorkbook
DefaultXFIndex Property
|
Returns index to the default 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 DefaultXFIndex { get; set; }
Public Property DefaultXFIndex As Integer
Get
Set
public:
property int DefaultXFIndex {
int get ();
void set (int value);
}
member DefaultXFIndex : int with get, set
Property Value
Type:
Int32
See Also