Table of Contents

Class GroupBoxCollection

Namespace
Spire.Xls.Core.Spreadsheet.Collections
Assembly
Spire.XLS.dll
public class GroupBoxCollection : CollectionExtended<IGroupBox>, IList<IGroupBox>, ICollection<IGroupBox>, IEnumerable<IGroupBox>, IEnumerable, IExcelApplication, ICloneParent, IGroupBoxes
Inheritance
GroupBoxCollection
Implements
Inherited Members

Properties

this[int]

public IGroupBox this[int index] { get; }

Parameters

index int

Property Value

IGroupBox

this[string]

public IGroupBox this[string name] { get; }

Parameters

name string

Property Value

IGroupBox

Methods

AddCopy(IGroupBox)

public void AddCopy(IGroupBox source)

Parameters

source IGroupBox

AddGroupBox(int, int, int, int)

public IGroupBox AddGroupBox(int row, int column, int height, int width)

Parameters

row int
column int
height int
width int

Returns

IGroupBox

Clear()

public void Clear()