PicturesCollection
Item Property
|
Gets a ExcelPicture item.
Namespace:
Spire.Xls.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public ExcelPicture this[
int Index
] { get; }
Public ReadOnly Default Property Item (
Index As Integer
) As ExcelPicture
Get
public:
property ExcelPicture^ default[int Index] {
ExcelPicture^ get (int Index);
}
member Item : ExcelPicture with get
Parameters
-
Index
-
Type:
System
Int32
Property Value
Type:
ExcelPicture
See Also