[]
获取具有指定引用的IRange 对象。
IRange this[string reference] { get; }
| Type | Name | Description |
|---|---|---|
| string | reference | 引用。 |
| Type | Description |
|---|---|
| IRange | IRange。 |
获取具有指定行和列偏移的IRange 对象。
IRange this[int rowOffset, int columnOffset] { get; }
| Type | Name | Description |
|---|---|---|
| int | rowOffset | 行偏移。 |
| int | columnOffset | 列偏移。 |
| Type | Description |
|---|---|
| IRange | IRange。 |