Gets the Picture object by specified range name.

Namespace: Spire.Spreadsheet.Forms.Collections
Assembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 3.7.1.8020

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public ICellPicture this[
	string rangeName
] { get; }
Public ReadOnly Default Property Item ( 
	rangeName As String
) As ICellPicture
	Get
public:
property ICellPicture^ default[String^ rangeName] {
	ICellPicture^ get (String^ rangeName);
}
member Item : ICellPicture with get

Parameters

rangeName
String
range name('A1', 'B1')

Property Value

ICellPicture

See Also