Skip to content

Commit 6f81f25

Browse files
authored
Update Worksheet-Cells-Manipulation.md
1 parent 393ab65 commit 6f81f25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Document-Processing/Excel/Excel-Library/NET/Worksheet-Cells-Manipulation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ The following code example illustrates how to access the range relatively to the
126126

127127
N> Here row and column indexes in the range are "one-based".
128128

129-
N> When **ExcelRangeIndexerMode** is set to **Relative**, only numeric index access is relative to the specified range. In this mode, row and column indexes are one-based and reference cells within the range. Cell name bases references (example A1, B5) always points to the worksheet and returns results from the worksheet origin rather than from the specified range.
129+
N> When **ExcelRangeIndexerMode** is set to **Relative**, only numeric index access is relative to the specified range. In this mode, row and column indexes are one-based and reference cells within the range. Cell name based references (example A1, B5) always points to the worksheet and returns results from the worksheet origin rather than from the specified range.
130130

131131
{% tabs %}
132132
{% highlight c# tabtitle="C# [Cross-platform]" playgroundButtonLink="https://raw.githubusercontent.com/SyncfusionExamples/XlsIO-Examples/master/Editing%20Excel%20cells/Access%20Relative%20Range/.NET/Access%20Relative%20Range/Access%20Relative%20Range/Program.cs,180" %}

0 commit comments

Comments
 (0)