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
this[string]
public ITextBoxLinkShape this[string name] { get; }
Parameters
name
string
Property Value
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
Returns
Clear()
public void Clear()