Namespace: Spire.Presentation.Charts
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 6.6.2.0 (6.6.2.6020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public CellRange this[
	int worksheetIndex,
	string name
] { get; }
Public ReadOnly Default Property Item ( 
	worksheetIndex As Integer,
	name As String
) As CellRange
	Get
public:
property CellRange^ default[int worksheetIndex, String^ name] {
	CellRange^ get (int worksheetIndex, String^ name);
}
member Item : CellRange with get

Parameters

worksheetIndex
Int32
name
String

Property Value

CellRange

See Also