Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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
Int32

Property Value

IPictureShape

See Also