Click or drag to resize

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; }

Parameters

Index
Type: System Int32

Property Value

Type: ExcelPicture
See Also