IXLSRange
Item Property (String, Boolean)
|
Gets cell range. Read-only.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
IXLSRange this[
string name,
bool IsR1C1Notation
] { get; }
ReadOnly Default Property Item (
name As String,
IsR1C1Notation As Boolean
) As IXLSRange
Get
property IXLSRange^ default[String^ name, bool IsR1C1Notation] {
IXLSRange^ get (String^ name, bool IsR1C1Notation);
}
abstract Item : IXLSRange with get
Parameters
-
name
-
Type:
System
String
-
IsR1C1Notation
-
Type:
System
Boolean
Property Value
Type:
IXLSRange
See Also