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