XlsAddInFunction
BookIndex Property
|
Gets or sets book index.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public int BookIndex { get; set; }
Public Property BookIndex As Integer
Get
Set
public:
property int BookIndex {
int get ();
void set (int value);
}
member BookIndex : int with get, set
Property Value
Type:
Int32
See Also