Show / Hide Table of Contents

Class OleObjectCollection

Inheritance
System.Object
OleObjectCollection
Namespace: DRIT.Spreadsheet
Assembly: DRIT.Spreadsheet.dll
Syntax
public class OleObjectCollection : IEnumerable<OleObject>

Properties

Count

Declaration
public int Count { get; }
Property Value
Type Description
System.Int32

Item[Int32]

Declaration
public OleObject this[int index] { get; }
Parameters
Type Name Description
System.Int32 index
Property Value
Type Description
OleObject

Methods

Clear()

Declaration
public void Clear()

Embed(String, String, String)

Embeds a

Declaration
public OleObject Embed(string anchorCellAddress, string olePath, string imagePath)
Parameters
Type Name Description
System.String anchorCellAddress
System.String olePath
System.String imagePath
Returns
Type Description
OleObject

GetByAnchoredCellLabel(String)

Declaration
public IEnumerable<OleObject> GetByAnchoredCellLabel(string label)
Parameters
Type Name Description
System.String label
Returns
Type Description
IEnumerable<OleObject>

GetEnumerator()

Declaration
public IEnumerator<OleObject> GetEnumerator()
Returns
Type Description
IEnumerator<OleObject>

Link(String, String)

Declaration
public OleObject Link(string anchorCellAddress, string filePath)
Parameters
Type Name Description
System.String anchorCellAddress
System.String filePath
Returns
Type Description
OleObject

Remove(OleObject)

Declaration
public bool Remove(OleObject item)
Parameters
Type Name Description
OleObject item
Returns
Type Description
System.Boolean
Back to top Generated by DocFX