XlsWorkbook
DisplayedTab Property
|
Index of the tab which will be displayed on document open.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public int DisplayedTab { get; set; }
Public Property DisplayedTab As Integer
Get
Set
public:
virtual property int DisplayedTab {
int get () sealed;
void set (int value) sealed;
}
abstract DisplayedTab : int with get, set
override DisplayedTab : int with get, set
Property Value
Type:
Int32
Implements
IWorkbook
DisplayedTab
See Also