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

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public IXLSRange this[
	string name,
	bool IsR1C1Notation
] { get; }
Public ReadOnly Default Property Item ( 
	name As String,
	IsR1C1Notation As Boolean
) As IXLSRange
	Get
public:
virtual property IXLSRange^ default[String^ name, bool IsR1C1Notation] {
	IXLSRange^ get (String^ name, bool IsR1C1Notation) sealed;
}
abstract Item : IXLSRange with get
override Item : IXLSRange with get

Parameters

name
String
IsR1C1Notation
Boolean

Property Value

IXLSRange

Implements

IXLSRange..::..Item[([( String, Boolean])])

See Also