Class OleObjectCollection
Inheritance
System.Object
OleObjectCollection
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
Methods
Clear()
Declaration
Embed(String, String, String)
Declaration
public OleObject Embed(string anchorCellAddress, string olePath, string imagePath)
Parameters
Type |
Name |
Description |
System.String |
anchorCellAddress |
|
System.String |
olePath |
|
System.String |
imagePath |
|
Returns
GetByAnchoredCellLabel(String)
Declaration
public IEnumerable<OleObject> GetByAnchoredCellLabel(string label)
Parameters
Type |
Name |
Description |
System.String |
label |
|
Returns
GetEnumerator()
Declaration
public IEnumerator<OleObject> GetEnumerator()
Returns
Link(String, String)
Declaration
public OleObject Link(string anchorCellAddress, string filePath)
Parameters
Type |
Name |
Description |
System.String |
anchorCellAddress |
|
System.String |
filePath |
|
Returns
Remove(OleObject)
Declaration
public bool Remove(OleObject item)
Parameters
Returns
Type |
Description |
System.Boolean |
|