Click or drag to resize

ITabSheets Interface

Summary description for ITabSheets.

Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public interface ITabSheets

The ITabSheets type exposes the following members.

Properties
Name Description
Public property Count
Returns number of elements in the collection. Read-only.
Public property Item
Returns single entry from the collection by its index. Read-only.
Top
Methods
Name Description
Public method Move
// Returns single entry from the collection by its name. Read-only. //
Public method MoveAfter
Moves specified tab sheet after another tab sheet.
Public method MoveBefore
Moves specified tab sheet before another tab sheet.
Top
See Also