Class ScrollBarCollection
- Namespace
- Spire.Xls.Core.Spreadsheet.Collections
- Assembly
- Spire.XLS.dll
public class ScrollBarCollection : CollectionExtended<IScrollBarShape>, IList<IScrollBarShape>, ICollection<IScrollBarShape>, IEnumerable<IScrollBarShape>, IEnumerable, IExcelApplication, ICloneParent, IScrollBarShapes
- Inheritance
-
ScrollBarCollection
- Implements
- Inherited Members
Properties
this[int]
public IScrollBarShape this[int index] { get; }
Parameters
index
int
Property Value
this[string]
public IScrollBarShape this[string name] { get; }
Parameters
name
string
Property Value
Methods
AddCopy(IScrollBarShape)
public void AddCopy(IScrollBarShape source)
Parameters
source
IScrollBarShape
AddScrollBar(int, int, int, int)
public IScrollBarShape AddScrollBar(int row, int column, int height, int width)
Parameters
Returns
Clear()
public void Clear()