Table of Contents

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

int

this[int]

public ITabSheet this[int index] { get; }

Parameters

index int

Property Value

ITabSheet

this[string]

public INamedObject this[string name] { get; }

Parameters

name string

Property Value

INamedObject

Workbook

public IWorkbook Workbook { get; }

Property Value

IWorkbook

Methods

Move(int, int)

public void Move(int iOldIndex, int iNewIndex)

Parameters

iOldIndex int
iNewIndex int

MoveAfter(ITabSheet, ITabSheet)

public void MoveAfter(ITabSheet sheetToMove, ITabSheet sheetForPlacement)

Parameters

sheetToMove ITabSheet
sheetForPlacement ITabSheet

MoveBefore(ITabSheet, ITabSheet)

public void MoveBefore(ITabSheet sheetToMove, ITabSheet sheetForPlacement)

Parameters

sheetToMove ITabSheet
sheetForPlacement ITabSheet