Table of Contents

Class TextBoxCollection

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

Properties

this[int]

public ITextBoxLinkShape this[int index] { get; }

Parameters

index int

Property Value

ITextBoxLinkShape

this[string]

public ITextBoxLinkShape this[string name] { get; }

Parameters

name string

Property Value

ITextBoxLinkShape

Methods

AddCopy(ITextBoxLinkShape)

public void AddCopy(ITextBoxLinkShape textboxsource)

Parameters

textboxsource ITextBoxLinkShape

AddTextBox(int, int, int, int)

public ITextBoxLinkShape AddTextBox(int row, int column, int height, int width)

Parameters

row int
column int
height int
width int

Returns

ITextBoxLinkShape

Clear()

public void Clear()