Returns a single object from a collection.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
IPictureShape this[
int Index
] { get; }
ReadOnly Default Property Item (
Index As Integer
) As IPictureShape
Get
property IPictureShape^ default[int Index] {
IPictureShape^ get (int Index);
}
abstract Item : IPictureShape with get
Parameters
-
Index
-
Type:
System
Int32
Property Value
Type:
IPictureShape
See Also