Class XlsWorkbookObjectsCollection
- Namespace
- Spire.Xls.Core.Spreadsheet.Collections
- Assembly
- Spire.XLS.dll
public class XlsWorkbookObjectsCollection : CollectionExtended<object>, IList<object>, ICollection<object>, IEnumerable<object>, IEnumerable, IExcelApplication, ICloneParent, ITabSheets
- Inheritance
-
XlsWorkbookObjectsCollection
- Implements
- Derived
- Inherited Members
Properties
Count
public int Count { get; }
Property Value
this[int]
public ITabSheet this[int index] { get; }
Parameters
index
int
Property Value
this[string]
public INamedObject this[string name] { get; }
Parameters
name
string
Property Value
Workbook
public IWorkbook Workbook { get; }
Property Value
Methods
Move(int, int)
public void Move(int iOldIndex, int iNewIndex)
Parameters
MoveAfter(ITabSheet, ITabSheet)
public void MoveAfter(ITabSheet sheetToMove, ITabSheet sheetForPlacement)
Parameters
MoveBefore(ITabSheet, ITabSheet)
public void MoveBefore(ITabSheet sheetToMove, ITabSheet sheetForPlacement)