Click or drag to resize

XlsRangesCollection Item Property (String, Boolean)

Gets cell range. Read-only.

Namespace: Spire.Xls.Core.Spreadsheet.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public IXLSRange this[
	string name,
	bool IsR1C1Notation
] { get; }

Parameters

name
Type: System String
IsR1C1Notation
Type: System Boolean

Property Value

Type: IXLSRange

Implements

IXLSRange Item String, Boolean
See Also